aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index d770bac18c..002c811b97 100644
--- a/tshark.c
+++ b/tshark.c
@@ -86,7 +86,6 @@
#ifdef HAVE_LUA
#include <epan/wslua/init_wslua.h>
#endif
-#include "file.h"
#include "frame_tvbuff.h"
#include <epan/disabled_protos.h>
#include <epan/prefs.h>
@@ -130,6 +129,8 @@
#include "log.h"
#include <epan/funnel.h>
+#include <wsutil/str_util.h>
+
#ifdef HAVE_PLUGINS
#include <wsutil/plugins.h>
#endif