mke2fs: Add strings.h include for strcasecmp() declaration

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2009-07-18 18:41:51 -04:00
parent 1e69a24005
commit d0c537748d
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <fcntl.h>
#include <ctype.h>
#include <time.h>