From 6b3c525a9d8fec2377fc294bd3baf8ef36f32097 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 29 Jul 2016 14:55:24 +0200 Subject: [PATCH] db/update/ExcludeList: declare exclude_list_domain only if HAVE_GLIB --- src/db/update/ExcludeList.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/db/update/ExcludeList.cxx b/src/db/update/ExcludeList.cxx index cf92ac8f7..029bed9d7 100644 --- a/src/db/update/ExcludeList.cxx +++ b/src/db/update/ExcludeList.cxx @@ -34,7 +34,9 @@ #include #include +#ifdef HAVE_GLIB static constexpr Domain exclude_list_domain("exclude_list"); +#endif bool ExcludeList::LoadFile(Path path_fs)