# HG changeset patch # User siretart # Date 1268159654 0 # Node ID 264d062a3d99505672bd628a6adce409b83dd345 # Parent e7eb5f0565b66eee3c8f7fd65f9db7fdbcaca06f unbreak compilation after cleanups in libavutil/common.h diff -r e7eb5f0565b6 -r 264d062a3d99 mp3lib/dct64_sse.c --- a/mp3lib/dct64_sse.c Tue Mar 09 17:15:07 2010 +0000 +++ b/mp3lib/dct64_sse.c Tue Mar 09 18:34:14 2010 +0000 @@ -6,6 +6,7 @@ */ #include "libavutil/internal.h" +#include "libavutil/mem.h" #include "mpg123.h" extern float __attribute__((aligned(16))) costab_mmx[];