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:
e5679a6
)
debugfs: Add #include <string.h> to pick up prototype for strcasecmp
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 1 Jan 2008 15:27:38 +0000
(10:27 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 1 Jan 2008 15:27:38 +0000
(10:27 -0500)
Addresses-Sourceforge-Patch: #1861659
Reported-by: Mike Frysinger <vapier@users.sourceforge.net>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/set_fields.c
patch
|
blob
|
history
diff --git
a/debugfs/set_fields.c
b/debugfs/set_fields.c
index
b50ff7c
..
ce0301f
100644
(file)
--- a/
debugfs/set_fields.c
+++ b/
debugfs/set_fields.c
@@
-16,6
+16,7
@@
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
+#include <strings.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>