From c8145e82f704e8504892d5d0849e0717b0781f4a Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 23 Feb 2025 15:17:49 +0000 Subject: [PATCH] Add missing include --- src/wapp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wapp.c b/src/wapp.c index a037923..8b06b75 100644 --- a/src/wapp.c +++ b/src/wapp.c @@ -1,6 +1,7 @@ #ifndef WAPP_C #define WAPP_C +#include "wapp.h" #include "wapp_core.c" #include "wapp_os.c" #include "wapp_testing.c"