Kaydet (Commit) 44aa325a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No <unistd.h> on _WIN32

Change-Id: I9bbeb434185b1517e120b1df9d474d913c867cf1
üst 84537dff
...@@ -23,10 +23,11 @@ extern "C" ...@@ -23,10 +23,11 @@ extern "C"
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h>
#ifndef _WIN32 #ifndef _WIN32
#include <unistd.h>
#include "dlfcn.h" #include "dlfcn.h"
#ifdef _AIX #ifdef _AIX
# include <sys/ldr.h> # include <sys/ldr.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