From ddb412f42d589054761b5978ddf172fbd773aa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sat, 17 Jan 2026 13:25:31 -0300 Subject: [PATCH] Fix Haiku Build --- src/thirdparty/freetype2/src/dlg/dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thirdparty/freetype2/src/dlg/dlg.c b/src/thirdparty/freetype2/src/dlg/dlg.c index 0e6bc74b6..d949e298d 100644 --- a/src/thirdparty/freetype2/src/dlg/dlg.c +++ b/src/thirdparty/freetype2/src/dlg/dlg.c @@ -58,7 +58,7 @@ static void dlg_free_data(void* data); static struct dlg_data* dlg_create_data(void); // platform-specific -#if defined(__unix__) || defined(__unix) || defined(__linux__) || defined(__APPLE__) || defined(__MACH__) +#if defined(__unix__) || defined(__unix) || defined(__linux__) || defined(__APPLE__) || defined(__MACH__) || defined(__HAIKU__) #define DLG_OS_UNIX #include #include