Skip to content

Commit

Permalink
Minor changes to make taglib changes work on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
boysetsfrog committed Aug 11, 2013
1 parent 41fcb6b commit 55e3344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/mode/command.cpp
Expand Up @@ -27,6 +27,7 @@
#include <sstream>

#ifdef HAVE_TAGLIB_H
#include <taglib/tag.h>
#include <taglib/taglib.h>
#include <taglib/fileref.h>
#endif
Expand Down

0 comments on commit 55e3344

Please sign in to comment.