summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-08-01 16:29:26 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-01 16:29:26 +0000
commit2e11268ea9812cec9ca334c8c0e825dcfb64bef9 (patch)
treedb66af79b8c15b8280a840aec88e9f0ddf09539c /libavformat/avformat.h
parent82cee279a5e654258ecc11b6cff801bc4c15538d (diff)
Add missing header #includes.
Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index c6586862e9..529bf24cd7 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -35,6 +35,7 @@
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
+#include <stdint.h>
#include <time.h>
#include <stdio.h> /* FILE */
#include "libavcodec/avcodec.h"