fix stb_ds include

This commit is contained in:
IoIxD 2026-07-21 00:24:37 -07:00
commit 1103751f57

View file

@ -1,5 +1,5 @@
#include <Mw/Milsko.h>
#include "stb_ds.h"
#include <stb_ds.h>
static int wcreate(MwWidget handle) {
MwEntry t = malloc(sizeof(*t));