From a5401a50a67ebf1d86e979ee5556961b24a25400 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 28 Jan 2009 01:46:27 +0100 Subject: store the default sink/source in proper pa_sink*/pa_source* pointers instead of a string --- src/pulsecore/source-output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore/source-output.h') 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 #include #include +#include typedef enum pa_source_output_state { PA_SOURCE_OUTPUT_INIT, -- cgit