Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Sat, 24 Mar 2007 19:23:52 +0000 (19:23 +0000)
committeradilger <adilger>
Sat, 24 Mar 2007 19:23:52 +0000 (19:23 +0000)
Include header to avoid compile warning for isdigit() use.

lustre/utils/obd.c

index 1172383..2917a40 100644 (file)
@@ -47,6 +47,7 @@
 #include <sys/time.h>
 #include <errno.h>
 #include <string.h>
+#include <ctype.h>
 
 #ifdef HAVE_ASM_PAGE_H
 #include <asm/page.h>           /* needed for PAGE_SIZE - rread */