summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 4ba78db9c..c21c0fab8 100644
--- a/monitor.c
+++ b/monitor.c
@@ -25,7 +25,10 @@
25 */ 25 */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: monitor.c,v 1.66 2006/02/08 13:15:44 stevesk Exp $"); 28RCSID("$OpenBSD: monitor.c,v 1.67 2006/02/10 01:44:26 stevesk Exp $");
29
30#include <sys/types.h>
31#include <sys/wait.h>
29 32
30#include <paths.h> 33#include <paths.h>
31 34