diff options
Diffstat (limited to 'src/location-geoclue2.h')
-rw-r--r-- | src/location-geoclue2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/location-geoclue2.h b/src/location-geoclue2.h index f0553e4..c3c377b 100644 --- a/src/location-geoclue2.h +++ b/src/location-geoclue2.h @@ -22,6 +22,8 @@ #include <stdio.h> +#include "redshift.h" + int location_geoclue2_init(void *state); int location_geoclue2_start(void *state); @@ -32,7 +34,7 @@ int location_geoclue2_set_option(void *state, const char *key, const char *value); int location_geoclue2_get_location(void *state, - float *lat, float *lon); + location_t *loc); #endif /* ! REDSHIFT_LOCATION_GEOCLUE2_H */ |