Whamcloud - gitweb
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 0c618a8..4c58b91 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