From 55e3344b4ad095e2123744bc38df49d60ac661ca Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 11 Aug 2013 10:35:57 +0930 Subject: [PATCH] Minor changes to make taglib changes work on debian --- README.md | 3 ++- src/mode/command.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 670b1cf6..0dc8d4cb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Type `:help` in the client or see `doc/help.txt` for more details. sudo apt-get install build-essential autoconf \ libmpdclient2 libmpdclient-dev libpcre3 libpcre3-dev \ - libncursesw5 libncursesw5-dev libncurses5-dev + libncursesw5 libncursesw5-dev libncurses5-dev \ + libtagc0 libtagc0-dev ## License diff --git a/src/mode/command.cpp b/src/mode/command.cpp index e2761dc0..0d2165ab 100644 --- a/src/mode/command.cpp +++ b/src/mode/command.cpp @@ -27,6 +27,7 @@ #include #ifdef HAVE_TAGLIB_H +#include #include #include #endif