Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-20 03:15:27 +0300
committerEric Andersen <andersen@codepoet.org>2001-11-20 03:15:27 +0300
commitc36642195cb97c1a632b85d4f473058f1409aaed (patch)
tree50d4d2acbf50d3533981b9c8a0ee9b18905dba19 /miscutils
parentedc6e0248c70fbd7d5eebb97463ac366b2c66092 (diff)
Include time.h
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/dutmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c
index df7f64d30..cce260ca4 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)