summaryrefslogtreecommitdiffstats
path: root/src/NotificationProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NotificationProxy.h')
-rw-r--r--src/NotificationProxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NotificationProxy.h b/src/NotificationProxy.h
index ea993c5..a2b3001 100644
--- a/src/NotificationProxy.h
+++ b/src/NotificationProxy.h
@@ -24,9 +24,10 @@
24#include <glib.h> 24#include <glib.h>
25 25
26#include "libiphone/notification_proxy.h" 26#include "libiphone/notification_proxy.h"
27#include "property_list_service.h"
27 28
28struct np_client_int { 29struct np_client_int {
29 iphone_connection_t connection; 30 property_list_service_client_t parent;
30 GMutex *mutex; 31 GMutex *mutex;
31 GThread *notifier; 32 GThread *notifier;
32}; 33};