diff ppc/dsputil_altivec.h @ 6078:3b73d2fbc9e4 libavcodec

Fix make checkheaders.
author diego
date Thu, 27 Dec 2007 12:56:49 +0000
parents 1d83e9c34641
children 33674fb857b5
line wrap: on
line diff
--- a/ppc/dsputil_altivec.h	Thu Dec 27 12:31:23 2007 +0000
+++ b/ppc/dsputil_altivec.h	Thu Dec 27 12:56:49 2007 +0000
@@ -23,6 +23,8 @@
 #ifndef FFMPEG_DSPUTIL_ALTIVEC_H
 #define FFMPEG_DSPUTIL_ALTIVEC_H
 
+#include <stdint.h>
+
 #include "dsputil_ppc.h"
 
 extern int has_altivec(void);