summaryrefslogtreecommitdiff
path: root/libavutil/common.h
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 /libavutil/common.h
parent0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85 (diff)
Add missing #includes for *INT64_MAX and *INT64_C
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index caa6b1963b..eb40e12990 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -30,6 +30,7 @@
#include <inttypes.h>
#include <limits.h>
#include <math.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>