aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.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 /capture_opts.c
parent0cea64a632167e497a8a56757b1e4a70e9202e3b (diff)
Move ui/clopts_common.[ch] to wsutil
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.c b/capture_opts.c
index 88c2bfc162..84b880caf5 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -30,7 +30,7 @@
#include "capture_opts.h"
#include "ringbuffer.h"
-#include <ui/clopts_common.h>
+#include <wsutil/clopts_common.h>
#include <wsutil/cmdarg_err.h>
#include <wsutil/file_util.h>
#include <wsutil/ws_pipe.h>