aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_mpd.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-09-23 04:34:38 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-09-23 04:34:38 +0000
commita50e7c8b4e39f0b11bebe70b43e2a39e72a3fb71 (patch)
treed6577feb4d8d7321733c8fff933d7f5787dde65e /plugin_mpd.c
parentf105fd58e80d8a3668998b5e498518b41822779b (diff)
downloadlcd4linux-a50e7c8b4e39f0b11bebe70b43e2a39e72a3fb71.tar.gz
autoconf patches from PT M.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1044 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_mpd.c')
-rw-r--r--plugin_mpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_mpd.c b/plugin_mpd.c
index da44692..ade99d9 100644
--- a/plugin_mpd.c
+++ b/plugin_mpd.c
@@ -90,7 +90,7 @@ TODO:
#include <sys/time.h>
/* source: http://www.musicpd.org/libmpdclient.shtml */
-#include "libmpdclient.h"
+#include "libmpd/libmpdclient.h"
#ifdef WITH_DMALLOC
#include <dmalloc.h>