Include time headers for ewaitfile.

This commit is contained in:
Roy Marples
2008-06-04 14:09:25 +00:00
parent 5e2c3fb5fe
commit ba8008fb05

View File

@@ -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"