db/update/ExcludeList: declare exclude_list_domain only if HAVE_GLIB

This commit is contained in:
Max Kellermann 2016-07-29 14:55:24 +02:00
parent 83aed7051c
commit 6b3c525a9d

View File

@ -34,7 +34,9 @@
#include <string.h>
#include <errno.h>
#ifdef HAVE_GLIB
static constexpr Domain exclude_list_domain("exclude_list");
#endif
bool
ExcludeList::LoadFile(Path path_fs)