projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc6e02
)
Include time.h
author
Eric Andersen
<andersen@codepoet.org>
Tue, 20 Nov 2001 00:15:27 +0000
(
00:15
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 20 Nov 2001 00:15:27 +0000
(
00:15
-0000)
miscutils/dutmp.c
patch
|
blob
|
history
diff --git
a/miscutils/dutmp.c
b/miscutils/dutmp.c
index df7f64d30dfaaff27a573443263d7a57e5b618c5..cce260ca4955ead13c3f0c6e3897c8dbc43e3fba 100644
(file)
--- a/
miscutils/dutmp.c
+++ b/
miscutils/dutmp.c
@@
-14,11
+14,11
@@
#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)