summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-07-18 18:41:51 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-07-18 18:41:51 -0400
commitd0c537748d5a9799dd0658b0a5cceaafc28084bb (patch)
tree3c63c590cbf91b82570246a9335ffc502ad1d918 /misc
parent1e69a24005b588f7e109225a3f929a9891ea834e (diff)
downloade2fsprogs-d0c537748d5a9799dd0658b0a5cceaafc28084bb.tar.gz
mke2fs: Add strings.h include for strcasecmp() declaration
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc')
-rw-r--r--misc/mke2fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mke2fs.c b/misc/mke2fs.c
index a9b01cbd..e10fd352 100644
--- a/misc/mke2fs.c
+++ b/misc/mke2fs.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <string.h>
+#include <strings.h>
#include <fcntl.h>
#include <ctype.h>
#include <time.h>