From 639f8e619fbab38734dc20842fb9e2fa7bf1f77f Mon Sep 17 00:00:00 2001 From: IoIxD Date: Tue, 21 Jul 2026 00:26:58 -0700 Subject: [PATCH] fix stb_ds include --- src/widget/entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/entry.c b/src/widget/entry.c index cb170ed..65cd903 100644 --- a/src/widget/entry.c +++ b/src/widget/entry.c @@ -1,5 +1,5 @@ #include -#include +#include "../../external/stb_ds.h" static int wcreate(MwWidget handle) { MwEntry t = malloc(sizeof(*t));