aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-23 19:54:01 -0500
committerRob Landley <rob@landley.net>2007-01-23 19:54:01 -0500
commit6b7092fd084070daeef5aeb60b608a633d56f252 (patch)
tree0eaf2bf6944ad206ba51430d8eda27a61a16bdd3 /toys.h
parente2580dbebbd43f668913b3d2ae6c0636161636ed (diff)
downloadtoybox-6b7092fd084070daeef5aeb60b608a633d56f252.tar.gz
More work on mke2fs.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index ebd858e8..fea991b1 100644
--- a/toys.h
+++ b/toys.h
@@ -26,6 +26,7 @@
#include <sys/statvfs.h>
#include <sys/types.h>
#include <sys/wait.h>
+#include <time.h>
#include <unistd.h>
#include "lib/lib.h"