Add includes needed for W.*() macros
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> | ... | ... |
-
Please register or sign in to post a comment