aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c
index e1b9593..32def0b 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -206,6 +206,9 @@ static const gamma_method_t gamma_methods[] = {
/* Union of state data for location providers */
typedef union {
location_manual_state_t manual;
+#ifdef ENABLE_GEOCLUE2
+ location_geoclue2_state_t geoclue2;
+#endif
#ifdef ENABLE_CORELOCATION
location_corelocation_state_t corelocation;
#endif