From 321644de7cd2fb418f4966639c824aba1ce689ad Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 28 Oct 2013 17:48:03 -0700 Subject: Add a missing compat.h include for portaudio --- Alc/backends/portaudio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Alc/backends/portaudio.c b/Alc/backends/portaudio.c index 2009beb3..fde1f59d 100644 --- a/Alc/backends/portaudio.c +++ b/Alc/backends/portaudio.c @@ -26,6 +26,7 @@ #include "alMain.h" #include "alu.h" +#include "compat.h" #include -- cgit v1.2.3