From 8fed0248b8c26a4135bd230ec9dea84c4ee23233 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Mar 2025 23:06:51 +0100 Subject: Add support for /etc/geolocation and guessing by timezone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common.h') 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 +#include #include @@ -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__) -- cgit v1.2.3-70-g09d2