diff --git a/stbimpl.c b/stbimpl.c index 3b1379c..367657a 100644 --- a/stbimpl.c +++ b/stbimpl.c @@ -24,6 +24,6 @@ #define STBI_NO_PNM #define STB_IMAGE_IMPLEMENTATION -#include +#include "stb/stb_image.h" #define STB_IMAGE_WRITE_IMPLEMENTATION -#include +#include "stb/stb_image_write.h"