mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-10 08:41:24 +03:00
Fix Haiku Build
This commit is contained in:
2
src/thirdparty/freetype2/src/dlg/dlg.c
vendored
2
src/thirdparty/freetype2/src/dlg/dlg.c
vendored
@@ -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 <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
Reference in New Issue
Block a user