Commit 430b8727 authored by captainwong's avatar captainwong

testing linux build 3

parent 2fb21a9f
......@@ -5,7 +5,9 @@
#include <stdio.h>
#ifdef JLIB_LINUX
#include <unistd.h>
#include <sys/syscall.h>
#include <sys/types.h>
#elif defined(JLIB_WINDOWS)
#include <Windows.h>
#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