1From 4f946c01000fd97100e4a534b47f9c7ace0403df Mon Sep 17 00:00:00 2001 2From: QC <qball@gmpclient.org> 3Date: Thu, 9 Oct 2014 19:51:50 +0200 4Subject: [PATCH] Fix build on archlinux (missing include) 5 6Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> 7[Retrieved from: 8https://github.com/DaveDavenport/libmpd/commit/4f946c01000fd97100e4a534b47f9c7ace0403df] 9--- 10 src/libmpd-internal.h | 1 + 11 1 file changed, 1 insertion(+) 12 13diff --git a/src/libmpd-internal.h b/src/libmpd-internal.h 14index c84c3a4..30cdc85 100644 15--- a/src/libmpd-internal.h 16+++ b/src/libmpd-internal.h 17@@ -21,6 +21,7 @@ 18 #define __MPD_INTERNAL_LIB_ 19 20 #include "libmpdclient.h" 21+#include <config.h> 22 struct _MpdData_real; 23 24 typedef struct _MpdData_real { 25