aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-29 22:06:47 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-29 22:06:47 +0000
commitfe4df050ecfaeaf634e74fdd1e8adee6a635c06c (patch)
treef33268e008866b5a31e5a35c9633d8c379dbc313 /fileset.c
parent8a6c22d01c6eabbc1b2c559783434fcb652c8f36 (diff)
fix buildbot reported problems (unix related), part 2, add some missing #includes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14235 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'fileset.c')
-rw-r--r--fileset.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fileset.c b/fileset.c
index f8d2c34ffd..d0f0200044 100644
--- a/fileset.c
+++ b/fileset.c
@@ -34,6 +34,10 @@
#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>