summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-11 15:11:26 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-11 15:11:26 +0000
commitcbfaf40b45f712c1cdcc6b7cb694f907ce0e7f8f (patch)
treef45ff26187c121cc9aec80cf468eb085376d3150 /polyp/polyplib-def.h
parentb297d0b59a7d44f14073daf96a6206763a0c307b (diff)
info and subscription work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@114 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-def.h')
-rw-r--r--polyp/polyplib-def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/polyp/polyplib-def.h b/polyp/polyplib-def.h
index e5c786f2..d96c6899 100644
--- a/polyp/polyplib-def.h
+++ b/polyp/polyplib-def.h
@@ -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