diff options
Diffstat (limited to 'Kernel/Net/LocalSocket.cpp')
-rw-r--r-- | Kernel/Net/LocalSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Net/LocalSocket.cpp b/Kernel/Net/LocalSocket.cpp index fc550066eb..da4f330794 100644 --- a/Kernel/Net/LocalSocket.cpp +++ b/Kernel/Net/LocalSocket.cpp @@ -30,7 +30,7 @@ #include <Kernel/Net/LocalSocket.h> #include <Kernel/Process.h> #include <Kernel/UnixTypes.h> -#include <LibBareMetal/StdLib.h> +#include <Kernel/StdLib.h> #include <LibC/errno_numbers.h> //#define DEBUG_LOCAL_SOCKET |