fix stb_ds include
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-07-21 00:26:58 -07:00
commit 639f8e619f

View file

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