From 1103751f578434c9f72128bd57be7d9c315abddc Mon Sep 17 00:00:00 2001 From: IoIxD Date: Tue, 21 Jul 2026 00:24:37 -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 6fde9ca..cb170ed 100644 --- a/src/widget/entry.c +++ b/src/widget/entry.c @@ -1,5 +1,5 @@ #include -#include "stb_ds.h" +#include static int wcreate(MwWidget handle) { MwEntry t = malloc(sizeof(*t));