From 3634f9c16b6d47e4acafc66f2a4bfcda05e40ef3 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 24 Mar 2007 19:23:52 +0000 Subject: [PATCH] Branch HEAD Include header to avoid compile warning for isdigit() use. --- lustre/utils/obd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/utils/obd.c b/lustre/utils/obd.c index 1172383..2917a40 100644 --- a/lustre/utils/obd.c +++ b/lustre/utils/obd.c @@ -47,6 +47,7 @@ #include #include #include +#include #ifdef HAVE_ASM_PAGE_H #include /* needed for PAGE_SIZE - rread */ -- 1.8.3.1