From 2729a1549bf554936ded9b2500c7c04a017aa4d0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 22 May 2014 11:29:26 -0700 Subject: Add a needed header for the CoreAudio backend --- Alc/backends/coreaudio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/backends') 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 #include #include +#include #include "alMain.h" #include "alu.h" -- cgit v1.2.3