aboutsummaryrefslogtreecommitdiffstats
path: root/src/output
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-27 22:56:30 +0200
committerMax Kellermann <max@duempel.org>2013-09-27 23:00:23 +0200
commitccd7f0825acb031259330d32c54e61fc7f9ba7b1 (patch)
tree315f4d8e4dc2cae5e7bc07efce5fb414a4a8e502 /src/output
parentd0896ea7c4bf7708ea24c7beb81b16776b446a6e (diff)
downloadmpd-ccd7f0825acb031259330d32c54e61fc7f9ba7b1.tar.gz
mpd-ccd7f0825acb031259330d32c54e61fc7f9ba7b1.tar.xz
mpd-ccd7f0825acb031259330d32c54e61fc7f9ba7b1.zip
DecoderControl: use GLib forward declarations
Diffstat (limited to '')
-rw-r--r--src/output/HttpdInternal.hxx2
-rw-r--r--src/output/PipeOutputPlugin.cxx2
-rw-r--r--src/output/WinmmOutputPlugin.cxx2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/output/HttpdInternal.hxx b/src/output/HttpdInternal.hxx
index 39fc700a3..925116b61 100644
--- a/src/output/HttpdInternal.hxx
+++ b/src/output/HttpdInternal.hxx
@@ -30,6 +30,8 @@
#include "thread/Mutex.hxx"
#include "event/ServerSocket.hxx"
+#include <glib.h>
+
#include <forward_list>
struct config_param;
diff --git a/src/output/PipeOutputPlugin.cxx b/src/output/PipeOutputPlugin.cxx
index ca8f398da..2b830ef29 100644
--- a/src/output/PipeOutputPlugin.cxx
+++ b/src/output/PipeOutputPlugin.cxx
@@ -24,6 +24,8 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
+#include <glib.h>
+
#include <stdio.h>
#include <errno.h>
diff --git a/src/output/WinmmOutputPlugin.cxx b/src/output/WinmmOutputPlugin.cxx
index 7d81576e8..e8b3c3a3a 100644
--- a/src/output/WinmmOutputPlugin.cxx
+++ b/src/output/WinmmOutputPlugin.cxx
@@ -25,6 +25,8 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
+#include <glib.h>
+
#include <stdlib.h>
#include <string.h>