aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 6983ff11d1..c6337053ac 100644
--- a/file.c
+++ b/file.c
@@ -86,7 +86,7 @@
#include <epan/epan_dissect.h>
#include "tap.h"
#include "tap_dfilter_dlg.h"
-#include "packet-data.h"
+#include <epan/dissectors/packet-data.h>
/* Win32 needs the O_BINARY flag for open() */
#ifndef O_BINARY