diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-08-01 16:29:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-08-01 16:29:26 +0000 |
commit | 2e11268ea9812cec9ca334c8c0e825dcfb64bef9 (patch) | |
tree | db66af79b8c15b8280a840aec88e9f0ddf09539c /libavformat/rtp.h | |
parent | 82cee279a5e654258ecc11b6cff801bc4c15538d (diff) | |
download | ffmpeg-2e11268ea9812cec9ca334c8c0e825dcfb64bef9.tar.gz |
Add missing header #includes.
Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 36affed420..1603471c7c 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -21,6 +21,7 @@ #ifndef FFMPEG_RTP_H #define FFMPEG_RTP_H +#include <stdint.h> #include "libavcodec/avcodec.h" #include "avformat.h" |