From 7e5f1a68d7facf14b8b994c8f1280ed4b087b602 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Fri, 20 Dec 2024 02:45:44 +0800 Subject: [PATCH] fix: missing header --- src/ua2f.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ua2f.c b/src/ua2f.c index 9bf8afc9..01e7cfc4 100644 --- a/src/ua2f.c +++ b/src/ua2f.c @@ -15,6 +15,8 @@ #include #include +#include "cli.h" + #pragma clang diagnostic push #pragma ide diagnostic ignored "EndlessLoop"