From a79869d9c46732281ddd6d283a472031e5ef2d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 30 Mar 2008 13:03:52 +0000 Subject: [PATCH] forgot to merge this for ppc git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24678 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/fluidsynth/src/fluidsynth_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/fluidsynth/src/fluidsynth_priv.h b/src/libs/fluidsynth/src/fluidsynth_priv.h index 0b2b6cd374..2dd12555b5 100644 --- a/src/libs/fluidsynth/src/fluidsynth_priv.h +++ b/src/libs/fluidsynth/src/fluidsynth_priv.h @@ -26,7 +26,7 @@ #include "config.h" #endif -#if defined(__POWERPC__) && !(defined(__APPLE__) && defined(__MACH__)) +#if defined(__POWERPC__) && !(defined(__APPLE__) && defined(__MACH__)) && !defined(__HAIKU__) #include "config_maxmsp43.h" #endif