diff options
Diffstat (limited to 'src/plugin_common/dither.c')
-rw-r--r-- | src/plugin_common/dither.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugin_common/dither.c b/src/plugin_common/dither.c index d7e0bae0..feaf298a 100644 --- a/src/plugin_common/dither.c +++ b/src/plugin_common/dither.c @@ -20,6 +20,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#if HAVE_CONFIG_H +# include <config.h> +#endif + #include "dither.h" #include "FLAC/assert.h" |