# HG changeset patch # User diego # Date 1205367615 0 # Node ID b76b4c3a5ddea6731fbfcc0dd4b1928eb8920c38 # Parent 4472cc562ee93a0eb5bfa4b511c46cc6188e1208 Add missing stdint.h #include to headers that use it. diff -r 4472cc562ee9 -r b76b4c3a5dde intfloat_readwrite.h --- 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 #include "common.h" /* IEEE 80 bits extended float */ diff -r 4472cc562ee9 -r b76b4c3a5dde mathematics.h --- 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 #include "rational.h" enum AVRounding {