diff options
author | Max Kellermann <mk@cm4all.com> | 2009-01-19 09:54:47 +0100 |
---|---|---|
committer | Max Kellermann <mk@cm4all.com> | 2009-01-19 09:54:47 +0100 |
commit | fbed96dcea00db7c2f5044929caebfc06684ea15 (patch) | |
tree | 910648b821608d1d9c475ebe94cb786d9cebf5ae /src/decoder/_flac_common.h | |
parent | 33e44fbde817070c05f3ed703e6292e0bbbb03c6 (diff) | |
download | mpd-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.
Diffstat (limited to 'src/decoder/_flac_common.h')
-rw-r--r-- | src/decoder/_flac_common.h | 1 |
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> |