Commit b6d44be7 authored by Pierre Ynard's avatar Pierre Ynard

Include header only if needed

This fixes compilation on WinCE, where signal.h is missing
parent 772baf99
...@@ -47,9 +47,8 @@ ...@@ -47,9 +47,8 @@
# include <dirent.h> # include <dirent.h>
#endif #endif
#include <signal.h>
#ifdef HAVE_FORK #ifdef HAVE_FORK
# include <signal.h>
# include <sys/time.h> # include <sys/time.h>
# include <unistd.h> # include <unistd.h>
# include <errno.h> # include <errno.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment