changeset 468:b76b4c3a5dde libavutil

Add missing stdint.h #include to headers that use it.
author diego
date Thu, 13 Mar 2008 00:20:15 +0000
parents 4472cc562ee9
children bdc8433d739e
files intfloat_readwrite.h mathematics.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/intfloat_readwrite.h	Wed Mar 12 23:58:46 2008 +0000
+++ b/intfloat_readwrite.h	Thu Mar 13 00:20:15 2008 +0000
@@ -21,6 +21,7 @@
 #ifndef FFMPEG_INTFLOAT_READWRITE_H
 #define FFMPEG_INTFLOAT_READWRITE_H
 
+#include <stdint.h>
 #include "common.h"
 
 /* IEEE 80 bits extended float */
--- a/mathematics.h	Wed Mar 12 23:58:46 2008 +0000
+++ b/mathematics.h	Thu Mar 13 00:20:15 2008 +0000
@@ -21,6 +21,7 @@
 #ifndef FFMPEG_MATHEMATICS_H
 #define FFMPEG_MATHEMATICS_H
 
+#include <stdint.h>
 #include "rational.h"
 
 enum AVRounding {