aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ringbuffer.h')
-rw-r--r--ringbuffer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ringbuffer.h b/ringbuffer.h
index a0c3cc6a8a..b4ef7a42f1 100644
--- a/ringbuffer.h
+++ b/ringbuffer.h
@@ -25,8 +25,6 @@
#ifndef __RINGBUFFER_H__
#define __RINGBUFFER_H__
-#ifdef HAVE_LIBPCAP
-
#include <stdio.h>
#include "file.h"
#include "wiretap/wtap.h"
@@ -47,6 +45,4 @@ gboolean ringbuf_libpcap_dump_close(gchar **save_file, int *err);
void ringbuf_free(void);
void ringbuf_error_cleanup(void);
-#endif /* HAVE_LIBPCAP */
-
#endif /* ringbuffer.h */