diff options
Diffstat (limited to 'dev/DebuggerKit/Platform.h')
| -rw-r--r-- | dev/DebuggerKit/Platform.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev/DebuggerKit/Platform.h b/dev/DebuggerKit/Platform.h index 6a3ef7c..04c9187 100644 --- a/dev/DebuggerKit/Platform.h +++ b/dev/DebuggerKit/Platform.h @@ -2,16 +2,15 @@ DebuggerKit (C) 2025 Amlal El Mahrouss File: NeKernelContract.cc - Purpose: NeKernel Debugger + Purpose: NeKernel Debugger Platform include. */ #pragma once -#ifdef DEBUGGERKIT_POSIX +/// @author Amlal El Mahrouss + +#include <arpa/inet.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/un.h> #include <unistd.h> -#else -#error !!! DebuggerKit needs a networking backend !!! -#endif
\ No newline at end of file |
