aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-02-06 22:46:45 +0000
committerJoão Valverde <j@v6e.pt>2023-02-10 20:59:22 +0000
commit0cea64a632167e497a8a56757b1e4a70e9202e3b (patch)
tree22d1f11cc9422269dcb60f7e2435e510510f33bf /tshark.c
parentd117e4767385b178445dc3bdd4742b066742cac9 (diff)
Move ui/cmdarg_err.[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 98dc641e7c..9c992e3b1b 100644
--- a/tshark.c
+++ b/tshark.c
@@ -39,7 +39,7 @@
#include <ws_exit_codes.h>
#include <ui/clopts_common.h>
-#include <ui/cmdarg_err.h>
+#include <wsutil/cmdarg_err.h>
#include <ui/urls.h>
#include <wsutil/filesystem.h>
#include <wsutil/file_util.h>