diff options
author | Diego Biurrun | 2009-01-28 08:50:10 +0000 |
---|---|---|
committer | Diego Biurrun | 2009-01-28 08:50:10 +0000 |
commit | b69201a82c4fdc5d8110f693e7571611c3c8da6f (patch) | |
tree | 8d19e4435ecbbb1b0c4b84ce4a98358d2a20e103 /libavutil | |
parent | 81169111ef8cfc81c0212f0f361d63b30e5fea07 (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')
-rw-r--r-- | libavutil/mathematics.h | 1 |
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 |