diff options
author | Max Kellermann <max@duempel.org> | 2013-10-02 12:20:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-02 12:20:36 +0200 |
commit | 86316b182865caf7fd76bee1b6d50c66e11a3ce2 (patch) | |
tree | f2d5501bc4c27d9a40ac1290460ccc64bfc2cf72 /src/output/HttpdClient.cxx | |
parent | efc3a69dbf17affd067d25d0f89bf09aacb3aa8e (diff) | |
download | mpd-86316b182865caf7fd76bee1b6d50c66e11a3ce2.tar.gz mpd-86316b182865caf7fd76bee1b6d50c66e11a3ce2.tar.xz mpd-86316b182865caf7fd76bee1b6d50c66e11a3ce2.zip |
output/httpd: don't include glib.h in header
Diffstat (limited to '')
-rw-r--r-- | src/output/HttpdClient.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/output/HttpdClient.cxx b/src/output/HttpdClient.cxx index cbf396088..f7ae8d10c 100644 --- a/src/output/HttpdClient.cxx +++ b/src/output/HttpdClient.cxx @@ -26,6 +26,8 @@ #include "system/SocketError.hxx" #include "Log.hxx" +#include <glib.h> + #include <assert.h> #include <string.h> |