aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture-pcap-util.c')
-rw-r--r--capture-pcap-util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/capture-pcap-util.c b/capture-pcap-util.c
index a9c60ea5ad..1c24afd485 100644
--- a/capture-pcap-util.c
+++ b/capture-pcap-util.c
@@ -28,14 +28,15 @@
#ifdef HAVE_LIBPCAP
-#include <pcap.h>
-
#include <glib.h>
#include <stdlib.h>
+#include <stdio.h>
#include <limits.h>
#include <string.h>
+#include <pcap.h>
+
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif