Commit 5acf6de6 5acf6de61e3cd93a35cf4f163f0a73b88840208e by Sergey Poznyakoff

Add includes needed for W.*() macros

1 parent f28f0c19
Showing 1 changed file with 3 additions and 0 deletions
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
19 #ifdef HAVE_CONFIG_H 19 #ifdef HAVE_CONFIG_H
20 # include <config.h> 20 # include <config.h>
21 #endif 21 #endif
22 #include <sys/types.h>
23 #include <sys/time.h>
24 #include <sys/wait.h>
22 #include <stdlib.h> 25 #include <stdlib.h>
23 #include <unistd.h> 26 #include <unistd.h>
24 #include <mh_getopt.h> 27 #include <mh_getopt.h>
......