diff options
Diffstat (limited to 'src/InstallationProxy.h')
| -rw-r--r-- | src/InstallationProxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/InstallationProxy.h b/src/InstallationProxy.h index c8c5ef1..f0b5691 100644 --- a/src/InstallationProxy.h +++ b/src/InstallationProxy.h | |||
| @@ -24,9 +24,10 @@ | |||
| 24 | #include <glib.h> | 24 | #include <glib.h> |
| 25 | 25 | ||
| 26 | #include "libiphone/installation_proxy.h" | 26 | #include "libiphone/installation_proxy.h" |
| 27 | #include "property_list_service.h" | ||
| 27 | 28 | ||
| 28 | struct instproxy_client_int { | 29 | struct instproxy_client_int { |
| 29 | iphone_connection_t connection; | 30 | property_list_service_client_t parent; |
| 30 | GMutex *mutex; | 31 | GMutex *mutex; |
| 31 | GThread *status_updater; | 32 | GThread *status_updater; |
| 32 | }; | 33 | }; |
