fix compilation --without-curl

master
Andrzej Rybczak 17 years ago
parent 2856d5cd78
commit b056fb0968
  1. 1
      src/browser.cpp
  2. 1
      src/helpers.cpp
  3. 2
      src/lyrics.cpp

@ -20,6 +20,7 @@
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <cstring>
#include <algorithm> #include <algorithm>
#include "browser.h" #include "browser.h"

@ -18,6 +18,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include <cstring>
#include <algorithm> #include <algorithm>
#include <iostream> #include <iostream>

@ -132,7 +132,7 @@ void Lyrics::SwitchTo()
pthread_create(&Downloader, NULL, Get, &itsSong); pthread_create(&Downloader, NULL, Get, &itsSong);
} }
# else # else
Get(s); Get(&itsSong);
w->Flush(); w->Flush();
# endif # endif
} }

Loading…
Cancel
Save