added missing include
[NeonServV5.git] / src / main.h
index 8a1b1e4b8719728f3afd634d73b167a9da52937b..2b31e62edefaa2cacd26a89f57441337c6461736 100644 (file)
@@ -41,6 +41,7 @@
 #include <unistd.h>
 #include <stdarg.h>
 #include <sys/time.h>
+#include <sys/wait.h>
 #include <time.h>
 
 #if __GNUC__