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 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <stdlib.h>
#include <unistd.h>
#include <mh_getopt.h>
......