diff mp3lib/dct64_mmx.c @ 28117:bd6833421e56

Consistently include config.h before mangle.h, fixes possible compilation issues due to r28151 (using EXTERN_PREFIX).
author reimar
date Mon, 15 Dec 2008 16:13:41 +0000
parents b5a46071062a
children 347d152a5cfa
line wrap: on
line diff
--- a/mp3lib/dct64_mmx.c	Mon Dec 15 13:53:07 2008 +0000
+++ b/mp3lib/dct64_mmx.c	Mon Dec 15 16:13:41 2008 +0000
@@ -3,6 +3,7 @@
 * See ChangeLog of mpg123-0.59s-pre.1 for detail
 * Applied to mplayer by Nick Kurshev <nickols_k@mail.ru>
 */
+#include "config.h"
 #include "mangle.h"
 #define real float /* ugly - but only way */