]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add missing #include <ctype.h>.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 30 May 2006 14:28:42 +0000 (16:28 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 30 May 2006 14:28:42 +0000 (16:28 +0200)
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
lib/ext2fs/getsize.c

index d59a8931c28bc0e99399c81e4c26d508164cec7c..4f87311e226b8ae92f5445da11866667b7072216 100644 (file)
@@ -44,6 +44,7 @@
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif
+#include <ctype.h>
 
 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
 #define BLKGETSIZE _IO(0x12,96)        /* return device size */