From eb6a3d0867d3be9e8112c0f68a70bf05632be7bd Mon Sep 17 00:00:00 2001 From: Krzysiek Egzmont Date: Sat, 9 Dec 2023 16:21:11 +0100 Subject: [PATCH] Fix compile error --- app/action.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/action.c b/app/action.c index 78c31d5..9e45aac 100644 --- a/app/action.c +++ b/app/action.c @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include "app/action.h"