aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientEvent.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-08 00:14:13 +0200
committerMax Kellermann <max@duempel.org>2013-08-08 00:14:19 +0200
commit23d2c0f1c6b6c4a90c83701ef3a214ecf1d0609c (patch)
treed26e7aaedff7c42ae7fdb07687f3551a052c4dbb /src/ClientEvent.cxx
parent377b6f05ea50156bf3b00738cc644abb50a19efd (diff)
downloadmpd-23d2c0f1c6b6c4a90c83701ef3a214ecf1d0609c.tar.gz
mpd-23d2c0f1c6b6c4a90c83701ef3a214ecf1d0609c.tar.xz
mpd-23d2c0f1c6b6c4a90c83701ef3a214ecf1d0609c.zip
Client{Event,Write}: add missing include
Diffstat (limited to 'src/ClientEvent.cxx')
-rw-r--r--src/ClientEvent.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClientEvent.cxx b/src/ClientEvent.cxx
index 905cf0c0a..fe0f079b6 100644
--- a/src/ClientEvent.cxx
+++ b/src/ClientEvent.cxx
@@ -20,6 +20,8 @@
#include "config.h"
#include "ClientInternal.hxx"
+#include <glib.h>
+
void
Client::OnSocketError(GError *error)
{