summaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 4ca8d96e..d603411d 100644
--- a/src/client.h
+++ b/src/client.h
@@ -2,10 +2,12 @@
#define fooclienthfoo
#include "core.h"
+#include "module.h"
struct pa_client {
uint32_t index;
+ struct pa_module *owner;
char *name;
struct pa_core *core;
const char *protocol_name;