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