Commit 502360d9 authored by Rafaël Carré's avatar Rafaël Carré

add missing signal.h

parent 61220f51
......@@ -43,6 +43,10 @@
# include <dirent.h>
#endif
#ifdef HAVE_SIGNAL_H
# include <signal.h>
#endif
#ifdef HAVE_FORK
# include <sys/time.h>
# include <unistd.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