Commit 6b3c525a authored by Max Kellermann's avatar Max Kellermann

db/update/ExcludeList: declare exclude_list_domain only if HAVE_GLIB

parent 83aed705
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment