summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-04 14:09:25 +0000
committerRoy Marples <roy@marples.name>2008-06-04 14:09:25 +0000
commitba8008fb0548a010e9ad760c3d9f34e789a51abe (patch)
tree853ed02db8f14cc11df35e0c7f7a209f9d71604b
parent5e2c3fb5fe6457157d861cd44f2962bcbf0c3856 (diff)
downloadopenrc-ba8008fb0548a010e9ad760c3d9f34e789a51abe.tar.gz
openrc-ba8008fb0548a010e9ad760c3d9f34e789a51abe.tar.bz2
openrc-ba8008fb0548a010e9ad760c3d9f34e789a51abe.tar.xz
Include time headers for ewaitfile.
-rw-r--r--src/rc/rc-applets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c
index 1649fb8..cbcbae4 100644
--- a/src/rc/rc-applets.c
+++ b/src/rc/rc-applets.c
@@ -35,6 +35,7 @@
#define SYSLOG_NAMES
#include <sys/types.h>
+#include <sys/time.h>
#include <errno.h>
#include <ctype.h>
@@ -45,6 +46,7 @@
#include <signal.h>
#include <string.h>
#include <syslog.h>
+#include <time.h>
#include <unistd.h>
#include "builtins.h"