diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-07-18 18:41:51 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-07-18 18:41:51 -0400 |
commit | d0c537748d5a9799dd0658b0a5cceaafc28084bb (patch) | |
tree | 3c63c590cbf91b82570246a9335ffc502ad1d918 /misc | |
parent | 1e69a24005b588f7e109225a3f929a9891ea834e (diff) | |
download | e2fsprogs-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.c | 1 |
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> |