@ -1,7 +1,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.1.2)
AM_INIT_AUTOMAKE(ncmpcpp, 0.2)
AC_PREREQ(2.59)
@ -25,7 +25,7 @@
#include <fstream>
#ifdef HAVE_CURL_CURL_H
# include <curl/curl.h>
# include "curl/curl.h"
#endif
string GetLyrics(string, string);