Whamcloud - gitweb
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 a9b01cb..e10fd35 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <strings.h>
 #include <fcntl.h>
 #include <ctype.h>
 #include <time.h>