From fbed96dcea00db7c2f5044929caebfc06684ea15 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 19 Jan 2009 09:54:47 +0100 Subject: flac: include config.h The plugin queries build-time configuration variables, and should include config.h. --- src/decoder/_flac_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3