From 24180fea3d1f910a8ba059b8204862d259cc60d5 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 1 Oct 2025 17:31:58 +0000 Subject: [PATCH] stuff git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@111 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index ddc7186..020c327 100644 --- a/src/draw.c +++ b/src/draw.c @@ -1,7 +1,7 @@ /* $Id$ */ #include -#include "stb_image.h" +#include "external/stb_image.h" #define FontWidth 7 #define FontHeight 14