diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Main.hxx b/src/Main.hxx index e403d5669..a789300ed 100644 --- a/src/Main.hxx +++ b/src/Main.hxx @@ -20,10 +20,9 @@ #ifndef MPD_MAIN_HXX #define MPD_MAIN_HXX -#include <glib.h> - class EventLoop; struct Instance; +typedef struct _GThread GThread; extern GThread *main_task; |