fix mingw32 compilation

This commit is contained in:
Andrzej Rybczak
2010-09-20 17:43:29 +02:00
parent 06d5b81125
commit ba577f9f8c
3 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -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"

View File

@@ -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"