aboutsummaryrefslogtreecommitdiff
path: root/ext2load/ext2io.c
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2008-11-29 16:38:00 +0100
committerGuido Günther <agx@sigxcpu.org>2009-04-26 15:26:27 +0200
commitcdacf991017dfc45e8bc16ffd9c70c06ed27db7a (patch)
treea9bb564c99f67acdd1a62b2491a8af12c0c3e8ce /ext2load/ext2io.c
parent7b4ca7013c58a67f1ec41478b1bfc250b3485d28 (diff)
Fix usage of time_t and dev_t in ext2fs lib
Diffstat (limited to 'ext2load/ext2io.c')
-rw-r--r--ext2load/ext2io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext2load/ext2io.c b/ext2load/ext2io.c
index 8776630..888cdc0 100644
--- a/ext2load/ext2io.c
+++ b/ext2load/ext2io.c
@@ -12,6 +12,7 @@
#include <stddef.h>
#include <stdio.h>
#include <string.h>
+#include <time.h>
#include <sys/types.h>
#include <ext2_fs.h>