Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93a439
)
Branch HEAD
author
adilger
<adilger>
Sat, 24 Mar 2007 19:23:52 +0000
(19:23 +0000)
committer
adilger
<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
patch
|
blob
|
history
diff --git
a/lustre/utils/obd.c
b/lustre/utils/obd.c
index
1172383
..
2917a40
100644
(file)
--- a/
lustre/utils/obd.c
+++ b/
lustre/utils/obd.c
@@
-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 */