1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/*** DebuggerKit (C) 2025 Amlal El Mahrouss File: NeKernelContract.cc Purpose: NeKernel Debugger Platform include. */ #pragma once /// @author Amlal El Mahrouss #include <arpa/inet.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/un.h> #include <unistd.h>