aboutsummaryrefslogtreecommitdiff
path: root/contrib/timeout_watchdog.c
diff options
context:
space:
mode:
authorwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2010-06-30 07:08:34 +0000
committerwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2010-06-30 07:08:34 +0000
commitaadeac23c126c9340ca229232100cb7f623363ed (patch)
tree787f378b3915d8685fa9f028ee5c4a9db8150497 /contrib/timeout_watchdog.c
parentda1dede4eed198ef139d842fc853e3fa660ee5cc (diff)
git-svn-id: https://gnunet.org/svn/gnunet@12058 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'contrib/timeout_watchdog.c')
-rw-r--r--contrib/timeout_watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/timeout_watchdog.c b/contrib/timeout_watchdog.c
index 27b46f2b03..83f751fb0f 100644
--- a/contrib/timeout_watchdog.c
+++ b/contrib/timeout_watchdog.c
@@ -25,11 +25,11 @@
*/
#include <sys/types.h>
+#include <sys/wait.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <wait.h>
static pid_t child;