decoder_api.h, ...: add "extern C"
This commit is contained in:
@@ -24,12 +24,11 @@
|
||||
#include "PlaylistVector.hxx"
|
||||
#include "Directory.hxx"
|
||||
#include "gcc.h"
|
||||
#include "conf.h"
|
||||
|
||||
extern "C" {
|
||||
#include "db_error.h"
|
||||
#include "conf.h"
|
||||
#include "song.h"
|
||||
#include "tag.h"
|
||||
}
|
||||
|
||||
#undef MPD_DIRECTORY_H
|
||||
|
@@ -27,10 +27,7 @@
|
||||
#include "DatabaseLock.hxx"
|
||||
#include "db_error.h"
|
||||
#include "TextFile.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "conf.h"
|
||||
}
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
Reference in New Issue
Block a user