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));