aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <mk@cm4all.com>2009-01-19 09:54:47 +0100
committerMax Kellermann <mk@cm4all.com>2009-01-19 09:54:47 +0100
commitfbed96dcea00db7c2f5044929caebfc06684ea15 (patch)
tree910648b821608d1d9c475ebe94cb786d9cebf5ae
parent33e44fbde817070c05f3ed703e6292e0bbbb03c6 (diff)
downloadmpd-fbed96dcea00db7c2f5044929caebfc06684ea15.tar.gz
mpd-fbed96dcea00db7c2f5044929caebfc06684ea15.tar.xz
mpd-fbed96dcea00db7c2f5044929caebfc06684ea15.zip
flac: include config.h
The plugin queries build-time configuration variables, and should include config.h.
-rw-r--r--src/decoder/_flac_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder/_flac_common.h b/src/decoder/_flac_common.h
index 817f4ba5a..e876c3571 100644
--- a/src/decoder/_flac_common.h
+++ b/src/decoder/_flac_common.h
@@ -23,6 +23,7 @@
#define MPD_FLAC_COMMON_H
#include "../decoder_api.h"
+#include "config.h"
#include <glib.h>