aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-31 01:09:57 -0800
committerChris Robinson <[email protected]>2007-12-31 01:09:57 -0800
commite82c27ab0402fae11811a34b5b44ba4462f35f4e (patch)
tree43da7e1f319944974e3563c820595cfb8d7c9bec /OpenAL32/alSource.c
parentf32098e04d7533782e66f8a06641703383b627b3 (diff)
Fix includes so alMain.h doesn't include so much by itself
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index 7c022e6c..44cd8b41 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -26,6 +26,8 @@
#include "AL/alc.h"
#include "alError.h"
#include "alSource.h"
+#include "alBuffer.h"
+#include "alThunk.h"
static ALvoid InitSourceParams(ALsource *pSource);
static ALboolean GetSourceOffset(ALsource *pSource, ALenum eName, ALfloat *pflOffset);