commit | c36642195cb97c1a632b85d4f473058f1409aaed | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Nov 20 00:15:27 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Nov 20 00:15:27 2001 +0000 |
tree | 50d4d2acbf50d3533981b9c8a0ee9b18905dba19 | |
parent | edc6e0248c70fbd7d5eebb97463ac366b2c66092 [diff] [blame] |
Include time.h
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index df7f64d..cce260c 100644 --- 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)