aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'ringbuffer.c')
-rw-r--r--ringbuffer.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ringbuffer.c b/ringbuffer.c
index 02c66138a2..1400420a68 100644
--- a/ringbuffer.c
+++ b/ringbuffer.c
@@ -56,10 +56,6 @@
#include <fcntl.h>
#endif
-#ifdef HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@@ -69,7 +65,7 @@
#include <time.h>
#include <errno.h>
-#include "wiretap/wtap.h"
+#include <wiretap/wtap.h>
#include "ringbuffer.h"
/* Win32 needs the O_BINARY flag for open() */