]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
mke2fs: Add strings.h include for strcasecmp() declaration
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 Jul 2009 22:41:51 +0000 (18:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 Jul 2009 22:41:51 +0000 (18:41 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c

index a9b01cbd51945eb6fb9942577193e3f1ad23ff9c..e10fd352f37910671e1318ccf35d06741ea6495f 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <strings.h>
 #include <fcntl.h>
 #include <ctype.h>
 #include <time.h>