Whamcloud - gitweb
debugfs: Add #include <string.h> to pick up prototype for strcasecmp
authorTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 15:27:38 +0000 (10:27 -0500)
committerTheodore 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

index b50ff7c..ce0301f 100644 (file)
@@ -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>