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