improves file handling
[src/app-framework-binder.git] / plugins / audio / audio-api.c
index ebf78e1..3f80ef0 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "audio-api.h"
 #include "audio-alsa.h"
+#ifdef HAVE_PULSE
+#include "audio-pulse.h"
+#endif
 
 #include "afb-plugin.h"
 #include "afb-req-itf.h"