summaryrefslogtreecommitdiff
path: root/mib/parse.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 19:22:08 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 19:22:08 +0000
commit9c8b4f051ae56fa7ec4b30ed45836e9715fb3cc9 (patch)
treed191917f121b2cf8d158d6bd61287752218d0986 /mib/parse.c
parent7996df8d6567eec464f5d4c427515daefe8e2373 (diff)
Fix compile time warnings.
Diffstat (limited to 'mib/parse.c')
-rw-r--r--mib/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mib/parse.c b/mib/parse.c
index d4987d3..aeb449f 100644
--- a/mib/parse.c
+++ b/mib/parse.c
@@ -63,6 +63,7 @@ SOFTWARE.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <ctype.h>
#include <dirent.h>
#include <syslog.h>