aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.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 /reordercap.c
parentd117e4767385b178445dc3bdd4742b066742cac9 (diff)
Move ui/cmdarg_err.[ch] to wsutil
Diffstat (limited to 'reordercap.c')
-rw-r--r--reordercap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/reordercap.c b/reordercap.c
index b7201c27ba..3fdad59414 100644
--- a/reordercap.c
+++ b/reordercap.c
@@ -21,7 +21,7 @@
#include <wiretap/wtap.h>
-#include <ui/cmdarg_err.h>
+#include <wsutil/cmdarg_err.h>
#include <wsutil/filesystem.h>
#include <wsutil/file_util.h>
#include <wsutil/privileges.h>