diff --git a/neo/renderer/tr_main.cpp b/neo/renderer/tr_main.cpp index 7012e329..3f3194eb 100644 --- a/neo/renderer/tr_main.cpp +++ b/neo/renderer/tr_main.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#ifdef __ppc__ +#if defined(__ppc__) && defined(__APPLE__) #include #endif #if defined(__GNUC__) && defined(__SSE2__)