diff options
author | Roy Marples <roy@marples.name> | 2008-06-04 14:09:25 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-06-04 14:09:25 +0000 |
commit | ba8008fb0548a010e9ad760c3d9f34e789a51abe (patch) | |
tree | 853ed02db8f14cc11df35e0c7f7a209f9d71604b /src/rc | |
parent | 5e2c3fb5fe6457157d861cd44f2962bcbf0c3856 (diff) |
Include time headers for ewaitfile.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/rc-applets.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c index 1649fb86..cbcbae4d 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" |