aboutsummaryrefslogtreecommitdiffstats
path: root/src/location.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/location.c')
-rw-r--r--src/location.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location.c b/src/location.c
index 8ca4374..5979a2d 100644
--- a/src/location.c
+++ b/src/location.c
@@ -28,6 +28,10 @@ const struct location_provider *location_providers[] = {
&corelocation_location_provider,
#endif
&manual_location_provider,
+#ifndef WINDOWS
+ &geofile_location_provider,
+ &timezone_location_provider,
+#endif
NULL
};