summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"