summaryrefslogtreecommitdiff
path: root/net/net_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/net_sys.h')
-rw-r--r--net/net_sys.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/net_sys.h b/net/net_sys.h
index 3539bfc..507b334 100644
--- a/net/net_sys.h
+++ b/net/net_sys.h
@@ -17,6 +17,8 @@
#ifdef FOOLOS_KERNEL
#include "net_sys_foolos_kernel.h"
-#else
+#endif
+
+#ifdef PLATFORM_LINUX
#include "net_sys_linux.h"
#endif