fix buildbot reported problems (unix related), part 2, add some missing #includes
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 29 Apr 2005 22:06:47 +0000 (22:06 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 29 Apr 2005 22:06:47 +0000 (22:06 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14235 f5534014-38df-0310-8fa8-9805f1628bb7

fileset.c

index f8d2c34ffd74fb9f15dd20d7bcaa68cff2fecf9c..d0f020004416f9844da9f7a2fe043e8c380162aa 100644 (file)
--- a/fileset.c
+++ b/fileset.c
 #include <fcntl.h>
 #endif
 
+#ifdef HAVE_DIRENT_H
+#include <dirent.h>
+#endif
+
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>
 #endif
@@ -43,6 +47,7 @@
 #endif
 
 #include <string.h>
+#include <ctype.h>
 
 #include <glib.h>