aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientWrite.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/ClientWrite.cxx
parent377b6f05ea50156bf3b00738cc644abb50a19efd (diff)
downloadmpd-23d2c0f1c6b6c4a90c83701ef3a214ecf1d0609c.tar.gz
mpd-23d2c0f1c6b6c4a90c83701ef3a214ecf1d0609c.tar.xz
mpd-23d2c0f1c6b6c4a90c83701ef3a214ecf1d0609c.zip
Client{Event,Write}: add missing include
Diffstat (limited to 'src/ClientWrite.cxx')
-rw-r--r--src/ClientWrite.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClientWrite.cxx b/src/ClientWrite.cxx
index b9e8eb468..dc18faafd 100644
--- a/src/ClientWrite.cxx
+++ b/src/ClientWrite.cxx
@@ -20,6 +20,8 @@
#include "config.h"
#include "ClientInternal.hxx"
+#include <glib.h>
+
#include <string.h>
#include <stdio.h>