diff options
author | Chris Robinson <[email protected]> | 2013-10-28 17:48:03 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-28 17:48:03 -0700 |
commit | 321644de7cd2fb418f4966639c824aba1ce689ad (patch) | |
tree | 550ce500ffcda1602117872012d671c8e4f4eaee /Alc/backends/portaudio.c | |
parent | a407d5763949fdb421b38ac4f624b8e9193f33e5 (diff) |
Add a missing compat.h include for portaudio
Diffstat (limited to 'Alc/backends/portaudio.c')
-rw-r--r-- | Alc/backends/portaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <portaudio.h> |