summaryrefslogtreecommitdiffstats
path: root/src/dfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dfork.c')
-rw-r--r--src/dfork.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dfork.c b/src/dfork.c
index b9794d1..b795dc6 100644
--- a/src/dfork.c
+++ b/src/dfork.c
@@ -18,6 +18,10 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
@@ -29,6 +33,8 @@
#include <sys/wait.h>
#include <assert.h>
#include <sys/ioctl.h>
+#include <signal.h>
+#include <sys/time.h>
#include "dfork.h"
#include "dnonblock.h"