Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / include / windows / windefs.h
index 948462b..2497c4b 100644 (file)
@@ -23,6 +23,7 @@
 #include <windows.h>
 #include <BaseTsd.h>
 #include <io.h>
+#include <inttypes.h>
 
 #pragma comment(lib, "advapi32")
 
@@ -36,4 +37,9 @@
 
 typedef int pid_t;
 
+char *strsep(char **stringp, const char *delim);
+
+#define srandom srand
+#define random rand
+
 #endif /* windefs.h */