fix mingw32 compilation

master
Andrzej Rybczak 16 years ago
parent 06d5b81125
commit ba577f9f8c
  1. 1
      src/curl_handle.cpp
  2. 1
      src/lastfm.h
  3. 2
      src/lyrics.h

@ -23,6 +23,7 @@
#ifdef HAVE_CURL_CURL_H #ifdef HAVE_CURL_CURL_H
#include <cstdlib> #include <cstdlib>
#include <pthread.h>
namespace namespace
{ {

@ -28,6 +28,7 @@
#ifdef HAVE_CURL_CURL_H #ifdef HAVE_CURL_CURL_H
#include <memory> #include <memory>
#include <pthread.h>
#include "lastfm_service.h" #include "lastfm_service.h"
#include "screen.h" #include "screen.h"

@ -21,6 +21,8 @@
#ifndef _LYRICS_H #ifndef _LYRICS_H
#define _LYRICS_H #define _LYRICS_H
#include <pthread.h>
#include "ncmpcpp.h" #include "ncmpcpp.h"
#include "mpdpp.h" #include "mpdpp.h"
#include "screen.h" #include "screen.h"

Loading…
Cancel
Save