aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-02-06 21:57:51 +0000
committerJohn Thacker <johnthacker@gmail.com>2023-02-07 23:17:37 +0000
commit84f963dfa2300a83bc7b6cfe17ca105b3b3604fd (patch)
treefcfa5652b337a73d816ad941a2450addda1395bb /tshark.c
parent3e07c0dc01949a10f336e993544390981c10292b (diff)
Move ui/version_info.[ch] to wsutil
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index d3dbe62d4e..98dc641e7c 100644
--- a/tshark.c
+++ b/tshark.c
@@ -51,7 +51,7 @@
#include <wsutil/ws_assert.h>
#include <wsutil/strtoi.h>
#include <cli_main.h>
-#include <ui/version_info.h>
+#include <wsutil/version_info.h>
#include <wiretap/wtap_opttypes.h>
#include "globals.h"