diff --git a/Sources/Ecc/StdH.h b/Sources/Ecc/StdH.h index 8c19296..1b048a0 100644 --- a/Sources/Ecc/StdH.h +++ b/Sources/Ecc/StdH.h @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include -#if !PLATFORM_MACOSX +#if !defined(PLATFORM_MACOSX) && !defined(PLATFORM_FREEBSD) #include #endif diff --git a/Sources/Engine/Engine.h b/Sources/Engine/Engine.h index eb17bdf..d63fae4 100644 --- a/Sources/Engine/Engine.h +++ b/Sources/Engine/Engine.h @@ -38,7 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include // for qsort #include // for FPU control -#if !PLATFORM_MACOSX +#if !defined(PLATFORM_MACOSX) && !defined(PLATFORM_FREEBSD) #include #endif diff --git a/Sources/Engine/StdH.h b/Sources/Engine/StdH.h index 61fae43..d889b87 100644 --- a/Sources/Engine/StdH.h +++ b/Sources/Engine/StdH.h @@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include // for qsort #include // for FPU control -#if !PLATFORM_MACOSX +#if !defined(PLATFORM_MACOSX) && !defined(PLATFORM_FREEBSD) #include #endif