aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer/tr_surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/renderer/tr_surface.c')
-rw-r--r--code/renderer/tr_surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/renderer/tr_surface.c b/code/renderer/tr_surface.c
index 7b5e764..183ef7f 100644
--- a/code/renderer/tr_surface.c
+++ b/code/renderer/tr_surface.c
@@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
// tr_surf.c
#include "tr_local.h"
-#if idppc_altivec
+#if idppc_altivec && !defined(MACOS_X)
#include <altivec.h>
#endif