aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index f1bd414..d9a268d 100644
--- a/src/common.h
+++ b/src/common.h
@@ -60,6 +60,7 @@
#endif
#include <libgamma.h>
+#include <libgeome.h>
#include <libred.h>
@@ -1669,6 +1670,10 @@ extern const struct location_provider geoclue2_location_provider;
#ifdef ENABLE_CORELOCATION
extern const struct location_provider corelocation_location_provider;
#endif
+#ifndef WINDOWS
+extern const struct location_provider geofile_location_provider;
+extern const struct location_provider timezone_location_provider;
+#endif
#if defined(__GNUC__)