changeset 6013:af8951e74098 libavcodec

add required include to make this file self-contained
author aurel
date Wed, 12 Dec 2007 22:45:03 +0000
parents 085be73cb51c
children 33b0514769b2
files i386/dsputil_mmx.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/i386/dsputil_mmx.h	Wed Dec 12 21:48:50 2007 +0000
+++ b/i386/dsputil_mmx.h	Wed Dec 12 22:45:03 2007 +0000
@@ -22,6 +22,8 @@
 #ifndef FFMPEG_DSPUTIL_MMX_H
 #define FFMPEG_DSPUTIL_MMX_H
 
+#include <stdint.h>
+
 extern const uint64_t ff_bone;
 extern const uint64_t ff_wtwo;