]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add missing #include <time.h>, fixing a compiler warning.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 12 Apr 2004 18:16:04 +0000 (20:16 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 12 Apr 2004 18:16:04 +0000 (20:16 +0200)
util/subst.c

index 0c618a868f03b572056c221dc2c04d92ea6378da..4c58b91b618444b1663f70414d52a9864ddf9728 100644 (file)
@@ -13,6 +13,7 @@
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <time.h>
 #include <utime.h>
 
 #ifdef HAVE_GETOPT_H