Add missing stdint.h #include to headers that use it.

Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-03-13 00:20:15 +00:00
parent 2cab640129
commit 6ef2912879
3 changed files with 3 additions and 0 deletions

View File

@@ -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 */