output_api: include "config.h" without "../"
Including "../config.h" breaks on some systems.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#ifndef MPD_OUTPUT_API_H
|
#ifndef MPD_OUTPUT_API_H
|
||||||
#define MPD_OUTPUT_API_H
|
#define MPD_OUTPUT_API_H
|
||||||
|
|
||||||
#include "../config.h"
|
#include "config.h"
|
||||||
#include "audio_format.h"
|
#include "audio_format.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
|
Reference in New Issue
Block a user