From eb8d9e61dea378045551064a1cd8aa19150eae72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Fri, 27 Mar 2026 18:38:33 +0200 Subject: [PATCH 1/1] Windows: Fixed include path --- src/fontpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fontpack.c b/src/fontpack.c index 775f5c6a..e864b310 100644 --- a/src/fontpack.c +++ b/src/fontpack.c @@ -27,7 +27,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "app.h" #if defined (iPlatformMsys) || defined (iPlatformWindows) -# include "win32.h" +# include "platform/win32.h" #endif #include -- 2.34.1