Update for mingw compile.
[awesomized/libmemcached] / libtest / cmdline.h
index 2f639116e300093bc53f6620945fc467bc2c1a5e..d150ff59096654d4d0ba99c73d2272ff8e8021bd 100644 (file)
 
 #pragma once
 
-#include <spawn.h>
+#ifdef _WIN32
+typedef int posix_spawn_file_actions_t;
+#else
+# include <spawn.h>
+#endif
+
+#include <pthread.h>
 
 // http://www.gnu.org/software/automake/manual/automake.html#Using-the-TAP-test-protocol
 #ifndef EXIT_SKIP