aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-22 11:29:26 -0700
committerChris Robinson <[email protected]>2014-05-22 11:29:26 -0700
commit2729a1549bf554936ded9b2500c7c04a017aa4d0 (patch)
treeae1abe6fa3be7c753d1ed4590fabf68e875b2f9f
parente32e3df3aac2abc46dfcd9c3675b1566bb01648f (diff)
Add a needed header for the CoreAudio backend
-rw-r--r--Alc/backends/coreaudio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/backends/coreaudio.c b/Alc/backends/coreaudio.c
index 8098f84a..b3583ffd 100644
--- a/Alc/backends/coreaudio.c
+++ b/Alc/backends/coreaudio.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <alloca.h>
#include "alMain.h"
#include "alu.h"