diff options
Diffstat (limited to 'src/installation_proxy.h')
| -rw-r--r-- | src/installation_proxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/installation_proxy.h b/src/installation_proxy.h index b497d62..811ead6 100644 --- a/src/installation_proxy.h +++ b/src/installation_proxy.h | |||
| @@ -21,15 +21,15 @@ | |||
| 21 | #ifndef IINSTALLATION_PROXY_H | 21 | #ifndef IINSTALLATION_PROXY_H |
| 22 | #define IINSTALLATION_PROXY_H | 22 | #define IINSTALLATION_PROXY_H |
| 23 | 23 | ||
| 24 | #include <glib.h> | 24 | #include <pthread.h> |
| 25 | 25 | ||
| 26 | #include "libimobiledevice/installation_proxy.h" | 26 | #include "libimobiledevice/installation_proxy.h" |
| 27 | #include "property_list_service.h" | 27 | #include "property_list_service.h" |
| 28 | 28 | ||
| 29 | struct instproxy_client_private { | 29 | struct instproxy_client_private { |
| 30 | property_list_service_client_t parent; | 30 | property_list_service_client_t parent; |
| 31 | GMutex *mutex; | 31 | pthread_mutex_t mutex; |
| 32 | GThread *status_updater; | 32 | pthread_t status_updater; |
| 33 | }; | 33 | }; |
| 34 | 34 | ||
| 35 | #endif | 35 | #endif |
