summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-23 21:32:55 +0100
committerDiego Biurrun <diego@biurrun.de>2013-11-23 21:55:52 +0100
commit8f8bc92365a943e96cc08b5369408c20f35193c7 (patch)
treeeffd31c47a524ac732f657d037b9f0d6c25901b2 /libavcodec/iff.c
parent0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85 (diff)
Add missing #includes for *INT64_MAX and *INT64_C
Diffstat (limited to 'libavcodec/iff.c')
-rw-r--r--libavcodec/iff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/iff.c b/libavcodec/iff.c
index 7ac78b0e5c..112c2ca93c 100644
--- a/libavcodec/iff.c
+++ b/libavcodec/iff.c
@@ -25,6 +25,8 @@
* IFF PBM/ILBM bitmap decoder
*/
+#include <stdint.h>
+
#include "libavutil/imgutils.h"
#include "bytestream.h"
#include "avcodec.h"