summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-13 00:20:15 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-13 00:20:15 +0000
commit6ef291287951d893fd6e2f09ba83501826cb6c40 (patch)
treef7b11f304af3c3abd7160bdbbb78b7b5456c1cc1 /libavutil/mathematics.h
parent2cab640129cad86f376f5bd62dbf345b3d36ec7c (diff)
Add missing stdint.h #include to headers that use it.
Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/mathematics.h')
-rw-r--r--libavutil/mathematics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/mathematics.h b/libavutil/mathematics.h
index a0c286249f..fa407b6111 100644
--- a/libavutil/mathematics.h
+++ b/libavutil/mathematics.h
@@ -21,6 +21,7 @@
#ifndef FFMPEG_MATHEMATICS_H
#define FFMPEG_MATHEMATICS_H
+#include <stdint.h>
#include "rational.h"
enum AVRounding {