summaryrefslogtreecommitdiff
path: root/src/modules/module-rescue-streams.c
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2016-07-04 13:57:16 +0530
committerArun Raghavan <arun@arunraghavan.net>2016-07-04 13:58:20 +0530
commit17e158dc99ea96a088cbaf3ac01a7ff5e3743759 (patch)
treea0ea3644a98345d933192077b8b9872f3b75cd3a /src/modules/module-rescue-streams.c
parenta222a07920731f3c4967faccab7469af50b428a4 (diff)
pulsecore: Move pa_core structure into its own header
The idea is to allow some parts of the code to use pa_core as an opaque structure and access required members via API, over which we can then perform some form of access control Signed-off-by: Arun Raghavan <arun@arunraghavan.net>
Diffstat (limited to 'src/modules/module-rescue-streams.c')
-rw-r--r--src/modules/module-rescue-streams.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/module-rescue-streams.c b/src/modules/module-rescue-streams.c
index 60ac1c4cf..e844e1605 100644
--- a/src/modules/module-rescue-streams.c
+++ b/src/modules/module-rescue-streams.c
@@ -24,6 +24,7 @@
#include <pulse/xmalloc.h>
#include <pulsecore/core.h>
+#include <pulsecore/core-struct.h>
#include <pulsecore/sink-input.h>
#include <pulsecore/source-output.h>
#include <pulsecore/modargs.h>