summaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-17 20:49:47 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-17 20:49:47 +0000
commitfd5eec01f16990a3564e16421c7ce307c674dd45 (patch)
treeee3fa6718a0c0ce1a530f7bf2fbdc66e82cab034 /plugins/dfsound/spu.c
parent78a2df52ff3f2c081b1382bcb667c69df43976a9 (diff)
downloadpcsxr-fd5eec01f16990a3564e16421c7ce307c674dd45.tar.gz
Patch 10831 from Durandal_1707:
This should bring the number of warnings when compiling the Mac version with Clang and the -Wall option down to zero. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72386 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/spu.c')
-rw-r--r--plugins/dfsound/spu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index e21a6629..55a2d38f 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -27,6 +27,8 @@
#ifdef _WINDOWS
#include "debug.h"
#include "record.h"
+#elif defined(_MACOSX)
+#include "maccfg.h"
#endif
#ifdef ENABLE_NLS