diff x86/vp3dsp_mmx.c @ 11373:b57409c0c286 libavcodec

Add some missing #includes
author mru
date Sat, 06 Mar 2010 22:36:36 +0000
parents e9d9d946f213
children f7281af560fe
line wrap: on
line diff
--- a/x86/vp3dsp_mmx.c	Sat Mar 06 17:13:31 2010 +0000
+++ b/x86/vp3dsp_mmx.c	Sat Mar 06 22:36:36 2010 +0000
@@ -26,6 +26,7 @@
 #include "libavutil/x86_cpu.h"
 #include "libavcodec/dsputil.h"
 #include "dsputil_mmx.h"
+#include "vp3dsp_mmx.h"
 
 extern const uint16_t ff_vp3_idct_data[];