output_api: include "config.h" without "../"
Including "../config.h" breaks on some systems.
This commit is contained in:
parent
1ac328b553
commit
e2f22229a6
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user