summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source-output.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-28 01:46:27 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-28 01:46:27 +0100
commita5401a50a67ebf1d86e979ee5556961b24a25400 (patch)
treefd5d1d48cf5810135dbc28f3f3f63519038b037a /src/pulsecore/source-output.h
parentfc3ff114186020637e1dfbe23ff01d00b0452ccf (diff)
store the default sink/source in proper pa_sink*/pa_source* pointers instead of a string
Diffstat (limited to 'src/pulsecore/source-output.h')
-rw-r--r--src/pulsecore/source-output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/source-output.h b/src/pulsecore/source-output.h
index 671894e8..79b4926b 100644
--- a/src/pulsecore/source-output.h
+++ b/src/pulsecore/source-output.h
@@ -32,6 +32,7 @@ typedef struct pa_source_output pa_source_output;
#include <pulsecore/resampler.h>
#include <pulsecore/module.h>
#include <pulsecore/client.h>
+#include <pulsecore/sink-input.h>
typedef enum pa_source_output_state {
PA_SOURCE_OUTPUT_INIT,