diff mp3lib/dct36_3dnow.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/dct36_3dnow.c	Mon Dec 15 13:53:07 2008 +0000
+++ b/mp3lib/dct36_3dnow.c	Mon Dec 15 16:13:41 2008 +0000
@@ -29,6 +29,7 @@
 
 #define real float /* ugly - but only way */
 
+#include "config.h"
 #include "mangle.h"
 
 #ifdef DCT36_OPTIMIZE_FOR_K7