Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebfd60f
)
Add missing #include <time.h>, fixing a compiler warning.
author
Matthias Andree
<matthias.andree@gmx.de>
Mon, 12 Apr 2004 18:16:04 +0000
(20:16 +0200)
committer
Matthias Andree
<matthias.andree@gmx.de>
Mon, 12 Apr 2004 18:16:04 +0000
(20:16 +0200)
util/subst.c
patch
|
blob
|
history
diff --git
a/util/subst.c
b/util/subst.c
index
0c618a8
..
4c58b91
100644
(file)
--- a/
util/subst.c
+++ b/
util/subst.c
@@
-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