More playing around with headers
diff --git a/src/fsatest.c b/src/fsatest.c
index bd6dcbf..5dffe6a 100644
--- a/src/fsatest.c
+++ b/src/fsatest.c
@@ -11,9 +11,11 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <process.h>
 #include <unistd.h>
 
+#ifndef _WIN32_WINNT
+#include <spawn.h>
+#endif
 
 void unescape(char* s)
 {