No longer need to include time.h here as missing.h does not use

time_t.
This commit is contained in:
Todd C. Miller
2011-12-01 10:47:23 -05:00
parent 21a1460d4c
commit 3f4b68dd18

View File

@@ -19,9 +19,6 @@
#include <sys/types.h>
#include <errno.h>
#ifndef HAVE_TIMESPEC
# include <time.h>
#endif
#include <stdarg.h>
#include "missing.h"