aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.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 /randpkt.c
parent0cea64a632167e497a8a56757b1e4a70e9202e3b (diff)
Move ui/clopts_common.[ch] to wsutil
Diffstat (limited to 'randpkt.c')
-rw-r--r--randpkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randpkt.c b/randpkt.c
index 627a313ed5..c0692ee8b7 100644
--- a/randpkt.c
+++ b/randpkt.c
@@ -18,7 +18,7 @@
#include <stdlib.h>
#include <ws_exit_codes.h>
-#include <ui/clopts_common.h>
+#include <wsutil/clopts_common.h>
#include <ui/failure_message.h>
#include <wsutil/cmdarg_err.h>
#include <wsutil/file_util.h>