aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-30 15:39:40 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-30 15:39:40 +0000
commit9ff6a7b08c2d0966fa8d08fe23b6619211c6d97f (patch)
tree9d779ab92cfedebd9482c900b93a16de6c05a006 /fileset.c
parentbc2fe48e3193a4bb92db6c7b4bb9f8b1a3476526 (diff)
(hopefully) removed various gcc warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14241 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'fileset.c')
-rw-r--r--fileset.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fileset.c b/fileset.c
index 42455a97be..c47f7ee44b 100644
--- a/fileset.c
+++ b/fileset.c
@@ -26,6 +26,10 @@
# include "config.h"
#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
#ifdef HAVE_IO_H
#include <io.h>
#endif