diff i386/idct_xvid.h @ 8084:8547a4ae101b libavcodec

Add missing headers to pass 'make checkheaders'.
author diego
date Wed, 29 Oct 2008 23:43:55 +0000
parents c4a4495715dd
children
line wrap: on
line diff
--- a/i386/idct_xvid.h	Wed Oct 29 23:07:49 2008 +0000
+++ b/i386/idct_xvid.h	Wed Oct 29 23:43:55 2008 +0000
@@ -26,6 +26,8 @@
 #ifndef AVCODEC_I386_IDCT_XVID_H
 #define AVCODEC_I386_IDCT_XVID_H
 
+#include <stdint.h>
+
 void ff_idct_xvid_mmx(short *block);
 void ff_idct_xvid_mmx2(short *block);
 void ff_idct_xvid_sse2(short *block);