summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_MMX.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/dct64_MMX.c')
-rw-r--r--mp3lib/dct64_MMX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/dct64_MMX.c b/mp3lib/dct64_MMX.c
index aafa8890e1..2014c0fcde 100644
--- a/mp3lib/dct64_MMX.c
+++ b/mp3lib/dct64_MMX.c
@@ -3,7 +3,7 @@
* See ChangeLog of mpg123-0.59s-pre.1 for detail
* Applied to mplayer by Nick Kurshev <nickols_k@mail.ru>
*/
-#include "../mangle.h"
+#include "mangle.h"
#define real float /* ugly - but only way */
void dct64_MMX(real *a,real *b,real *c)