fix compilation --without-curl
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <dirent.h>
|
||||
#include <sys/stat.h>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
#include "browser.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ void Lyrics::SwitchTo()
|
||||
pthread_create(&Downloader, NULL, Get, &itsSong);
|
||||
}
|
||||
# else
|
||||
Get(s);
|
||||
Get(&itsSong);
|
||||
w->Flush();
|
||||
# endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user