From 55e128cced7b03f90d3dcccb4c01730f310245fd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 17 Feb 2014 23:48:22 +0100 Subject: test: various fixups for building without GLib --- test/dump_text_file.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/dump_text_file.cxx') diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx index e664c5a1b..a2fc10b3f 100644 --- a/test/dump_text_file.cxx +++ b/test/dump_text_file.cxx @@ -32,7 +32,9 @@ #include "archive/ArchiveList.hxx" #endif +#ifdef HAVE_GLIB #include +#endif #include #include @@ -79,8 +81,10 @@ int main(int argc, char **argv) /* initialize GLib */ +#ifdef HAVE_GLIB #if !GLIB_CHECK_VERSION(2,32,0) g_thread_init(NULL); +#endif #endif /* initialize MPD */ -- cgit v1.2.3