aboutsummaryrefslogtreecommitdiff
path: root/src/ClientInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-14 23:49:43 +0100
committerMax Kellermann <max@duempel.org>2013-01-14 23:50:01 +0100
commit0634be9724edd3cb867ad0398da28df1fc9e4e88 (patch)
tree4ee43c914e4a0a379bfa70bd35b42c4bb8a07705 /src/ClientInternal.hxx
parentf56c6a18c13f4135fa9944cb7cb568115a018955 (diff)
Client*: include check.h / config.h
Diffstat (limited to 'src/ClientInternal.hxx')
-rw-r--r--src/ClientInternal.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientInternal.hxx b/src/ClientInternal.hxx
index 7e88a6d0..788d90d7 100644
--- a/src/ClientInternal.hxx
+++ b/src/ClientInternal.hxx
@@ -20,6 +20,7 @@
#ifndef MPD_CLIENT_INTERNAL_HXX
#define MPD_CLIENT_INTERNAL_HXX
+#include "check.h"
#include "Client.hxx"
#include "ClientMessage.hxx"
#include "CommandListBuilder.hxx"