diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/softsynth/mt32/partialManager.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/softsynth/mt32/partialManager.cpp b/sound/softsynth/mt32/partialManager.cpp index 51e55a7d69..fb6973a0b2 100644 --- a/sound/softsynth/mt32/partialManager.cpp +++ b/sound/softsynth/mt32/partialManager.cpp @@ -19,7 +19,11 @@ * IN THE SOFTWARE. */ +#ifdef __amigaos4__ +#include <strings.h> +#else #include <memory.h> +#endif #include "mt32emu.h" |