Commit 430b8727 authored by captainwong's avatar captainwong

testing linux build 3

parent 2fb21a9f
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
#include <stdio.h> #include <stdio.h>
#ifdef JLIB_LINUX #ifdef JLIB_LINUX
#include <unistd.h>
#include <sys/syscall.h> #include <sys/syscall.h>
#include <sys/types.h>
#elif defined(JLIB_WINDOWS) #elif defined(JLIB_WINDOWS)
#include <Windows.h> #include <Windows.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment