summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-28 08:50:10 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-28 08:50:10 +0000
commitb69201a82c4fdc5d8110f693e7571611c3c8da6f (patch)
tree8d19e4435ecbbb1b0c4b84ce4a98358d2a20e103 /libavutil/mathematics.h
parent81169111ef8cfc81c0212f0f361d63b30e5fea07 (diff)
Add common.h #include, necessary for av_const.
Originally committed as revision 16844 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 9c8e389f8b..782efcca0f 100644
--- a/libavutil/mathematics.h
+++ b/libavutil/mathematics.h
@@ -23,6 +23,7 @@
#include <stdint.h>
#include <math.h>
+#include "common.h"
#include "rational.h"
#ifndef M_E