Include time.h
authorEric Andersen <andersen@codepoet.org>
Tue, 20 Nov 2001 00:15:27 +0000 (00:15 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 20 Nov 2001 00:15:27 +0000 (00:15 -0000)
miscutils/dutmp.c

index df7f64d30dfaaff27a573443263d7a57e5b618c5..cce260ca4955ead13c3f0c6e3897c8dbc43e3fba 100644 (file)
 
 #include <sys/types.h>
 #include <fcntl.h>
-
 #include <errno.h>
 #include <utmp.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <time.h>
 #include "busybox.h"
 
 extern int dutmp_main(int argc, char **argv)