Use config.h rather than passing all defs in CFLAGS
[platform/upstream/flac.git] / src / libFLAC / format.c
index 5a61f4c..ae719ba 100644 (file)
 #include "FLAC/format.h"
 #include "private/format.h"
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #ifdef min
 #undef min
 #endif