aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/pulseaudio.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-08-10 21:54:30 -0700
committerChris Robinson <[email protected]>2019-08-10 21:54:30 -0700
commit70058a8a8405a36c66235a56b482c4c0c7a46780 (patch)
treef0e574a0fc5f5227de699f57fbb4aad57ecde9ee /alc/backends/pulseaudio.cpp
parentdca2365051e4697f5a1692252e9516398f746e0b (diff)
Move the dynload decls and defs to common
Diffstat (limited to 'alc/backends/pulseaudio.cpp')
-rw-r--r--alc/backends/pulseaudio.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/alc/backends/pulseaudio.cpp b/alc/backends/pulseaudio.cpp
index 2ddcc86d..ca2ecb43 100644
--- a/alc/backends/pulseaudio.cpp
+++ b/alc/backends/pulseaudio.cpp
@@ -37,8 +37,9 @@
#include "alcmain.h"
#include "alu.h"
#include "alconfig.h"
-#include "compat.h"
#include "alexcpt.h"
+#include "compat.h"
+#include "dynload.h"
#include <pulse/pulseaudio.h>