diff options
Diffstat (limited to 'src/libcharon/plugins/android/android_service.h')
-rw-r--r-- | src/libcharon/plugins/android/android_service.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcharon/plugins/android/android_service.h b/src/libcharon/plugins/android/android_service.h index 1257efa03..d096d6cd5 100644 --- a/src/libcharon/plugins/android/android_service.h +++ b/src/libcharon/plugins/android/android_service.h @@ -23,6 +23,8 @@ typedef struct android_service_t android_service_t; +#include <bus/listeners/listener.h> + #include "android_creds.h" /** @@ -31,6 +33,11 @@ typedef struct android_service_t android_service_t; struct android_service_t { /** + * Implements listener_t. + */ + listener_t listener; + + /** * Destroy a android_service_t. */ void (*destroy)(android_service_t *this); |