summaryrefslogtreecommitdiffstats
path: root/src/mobile_image_mounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobile_image_mounter.h')
-rw-r--r--src/mobile_image_mounter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mobile_image_mounter.h b/src/mobile_image_mounter.h
index 2615dbc..e0828f9 100644
--- a/src/mobile_image_mounter.h
+++ b/src/mobile_image_mounter.h
@@ -21,14 +21,14 @@
21#ifndef IMOBILE_IMAGE_MOUNTER_H 21#ifndef IMOBILE_IMAGE_MOUNTER_H
22#define IMOBILE_IMAGE_MOUNTER_H 22#define IMOBILE_IMAGE_MOUNTER_H
23 23
24#include <glib.h> 24#include <pthread.h>
25 25
26#include "libimobiledevice/mobile_image_mounter.h" 26#include "libimobiledevice/mobile_image_mounter.h"
27#include "property_list_service.h" 27#include "property_list_service.h"
28 28
29struct mobile_image_mounter_client_private { 29struct mobile_image_mounter_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}; 32};
33 33
34#endif 34#endif