aboutsummaryrefslogtreecommitdiffstats
path: root/mergecap.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-02-06 22:50:32 +0000
committerJoão Valverde <j@v6e.pt>2023-02-10 20:59:22 +0000
commitcf8107eb2a93ec91d36cdb6efbb6195a77616b41 (patch)
tree823c97bc8c3f9fd37f1f8243df2e52e8e05d3fcb /mergecap.c
parent0cea64a632167e497a8a56757b1e4a70e9202e3b (diff)
Move ui/clopts_common.[ch] to wsutil
Diffstat (limited to 'mergecap.c')
-rw-r--r--mergecap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mergecap.c b/mergecap.c
index 5828461eb9..beacd3e8a0 100644
--- a/mergecap.c
+++ b/mergecap.c
@@ -25,7 +25,7 @@
#include <wiretap/wtap.h>
-#include <ui/clopts_common.h>
+#include <wsutil/clopts_common.h>
#include <wsutil/cmdarg_err.h>
#include <wsutil/filesystem.h>
#include <wsutil/file_util.h>