Commit e2f22229 authored by Max Kellermann's avatar Max Kellermann

output_api: include "config.h" without "../"

Including "../config.h" breaks on some systems.
parent 1ac328b5
......@@ -20,7 +20,7 @@
#ifndef MPD_OUTPUT_API_H
#define MPD_OUTPUT_API_H
#include "../config.h"
#include "config.h"
#include "audio_format.h"
#include "tag.h"
#include "conf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment