summaryrefslogtreecommitdiff
path: root/ringbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'ringbuffer.c')
-rw-r--r--ringbuffer.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/ringbuffer.c b/ringbuffer.c
index 51a1a2ff6b..be8aff86e1 100644
--- a/ringbuffer.c
+++ b/ringbuffer.c
@@ -49,19 +49,7 @@
#include <time.h>
#include <errno.h>
-#ifdef HAVE_PCAP_REMOTE
-/*
- * Force the WinPcap header files to define things required for remote
- * capture. (Yes, this is q WinPcap bug; if your project has a public
- * header file that checks or otherwise uses a #define that's defined
- * by your project's configuration process, and don't ensure that
- * it's always defined appropriately when that header file is included,
- * before its first use, you have made a mistake.)
- */
-#define HAVE_REMOTE
-#endif
-
-#include <pcap.h>
+#include <wsutil/wspcap.h>
#include <glib.h>