diff options
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c index bf0ab86..e1b9593 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_CORELOCATION + location_corelocation_state_t corelocation; +#endif } location_state_t; |