diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index e6c45c02..995da218 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -31,7 +31,9 @@ #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> +#ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> +#endif #ifdef HAVE_GETHOSTBYNAME #include <netdb.h> |