diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-13 00:20:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-13 00:20:15 +0000 |
commit | 6ef291287951d893fd6e2f09ba83501826cb6c40 (patch) | |
tree | f7b11f304af3c3abd7160bdbbb78b7b5456c1cc1 /libavutil/intfloat_readwrite.h | |
parent | 2cab640129cad86f376f5bd62dbf345b3d36ec7c (diff) | |
download | ffmpeg-6ef291287951d893fd6e2f09ba83501826cb6c40.tar.gz |
Add missing stdint.h #include to headers that use it.
Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/intfloat_readwrite.h')
-rw-r--r-- | libavutil/intfloat_readwrite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/intfloat_readwrite.h b/libavutil/intfloat_readwrite.h index fe7fe35201..1ebb053f3a 100644 --- a/libavutil/intfloat_readwrite.h +++ b/libavutil/intfloat_readwrite.h @@ -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 */ |