]> code.delx.au - pulseaudio/blobdiff - polyp/polyplib-def.h
info and subscription work
[pulseaudio] / polyp / polyplib-def.h
index e5c786f2becc6a21323a0c26467ed1281da15bea..d96c68995436c4ac9da0a06ffff377b945cdb81f 100644 (file)
@@ -28,6 +28,8 @@
 extern "C" {
 #endif
 
+#include "native-common.h"
+
 enum pa_stream_direction {
     PA_STREAM_PLAYBACK,
     PA_STREAM_RECORD,
@@ -41,7 +43,7 @@ struct pa_buffer_attr {
     uint32_t minreq;
     uint32_t fragsize;
 };
-
+    
 #ifdef __cplusplus
 }
 #endif