mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 17:15:44 +00:00
Move Lock from AK to Kernel, since it only works inside the kernel.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <Kernel/UDPSocket.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/EtherType.h>
|
||||
#include <AK/Lock.h>
|
||||
#include <Kernel/Lock.h>
|
||||
|
||||
//#define ETHERNET_DEBUG
|
||||
#define IPV4_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user