summaryrefslogtreecommitdiffstats
path: root/mp3lib/decode_mmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/decode_mmx.c')
-rw-r--r--mp3lib/decode_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/decode_mmx.c b/mp3lib/decode_mmx.c
index 7afcbd83c1..e850034254 100644
--- a/mp3lib/decode_mmx.c
+++ b/mp3lib/decode_mmx.c
@@ -9,7 +9,7 @@
*/
#include "config.h"
#include "mangle.h"
-#define real float /* ugly - but only way */
+#include "mpg123.h"
extern void (*dct64_MMX_func)(short*, short*, real*);
static const unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;