aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tshark.c b/tshark.c
index 934c731dfe..928f8d4337 100644
--- a/tshark.c
+++ b/tshark.c
@@ -44,7 +44,9 @@
#include <fcntl.h>
#endif
+#ifndef _WIN32
#include <signal.h>
+#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>