diff options
author | Chris Robinson <[email protected]> | 2012-09-14 02:14:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-14 02:14:29 -0700 |
commit | 0f3a575a09fd3fa77564fd58d526aef14e8ef22a (patch) | |
tree | e2d05fc8095ff1a4879f2b6b6954a4950f519dc7 /Alc/backends/pulseaudio.c | |
parent | ec74fb9ba2eaf0b75685f6c88cd96270408c1da6 (diff) |
Don't include alu.h in alMain.h
Diffstat (limited to 'Alc/backends/pulseaudio.c')
-rw-r--r-- | Alc/backends/pulseaudio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/backends/pulseaudio.c b/Alc/backends/pulseaudio.c index accfae73..beae5fac 100644 --- a/Alc/backends/pulseaudio.c +++ b/Alc/backends/pulseaudio.c @@ -22,7 +22,9 @@ #include "config.h" #include <string.h> + #include "alMain.h" +#include "alu.h" #include <pulse/pulseaudio.h> |