about summary refs log tree commit
path: root/src/libFLAC/format.c
diff options
context:
space:
mode:
authormzimmerman <mzimmerman>2002-10-10 16:51:06 +0000
committermzimmerman <mzimmerman>2002-10-10 16:51:06 +0000
commit9750330133afd300359e247fe54e706407e7c58a (patch)
tree6f23ce7f88407b5ca1f010af05ae8fd7517b5b4b /src/libFLAC/format.c
parent8a534558ea299109a281405d9469341f95b8dce4 (diff)
downloadflac-arm-1.1.3-9750330133afd300359e247fe54e706407e7c58a.tar.gz
Use config.h rather than passing all defs in CFLAGS
Diffstat (limited to 'src/libFLAC/format.c')
-rw-r--r--src/libFLAC/format.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c
index 5a61f4cd..ae719ba6 100644
--- a/src/libFLAC/format.c
+++ b/src/libFLAC/format.c
@@ -23,6 +23,10 @@
 #include "FLAC/format.h"
 #include "private/format.h"
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #ifdef min
 #undef min
 #endif