summaryrefslogtreecommitdiffstats
path: root/src/sbservices.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbservices.h')
-rw-r--r--src/sbservices.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sbservices.h b/src/sbservices.h
index 3a4120f..1c85fe8 100644
--- a/src/sbservices.h
+++ b/src/sbservices.h
@@ -21,14 +21,14 @@
#ifndef ISBSERVICES_H
#define ISBSERVICES_H
-#include <glib.h>
+#include <pthread.h>
#include "libimobiledevice/sbservices.h"
#include "property_list_service.h"
struct sbservices_client_private {
property_list_service_client_t parent;
- GMutex *mutex;
+ pthread_mutex_t mutex;
};
#endif