From 0ebcdf5cdad6bf20a5170735a7f77b23ecc081ac Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 4 Jun 2011 12:58:23 +0100 Subject: Do not include mathematics.h in avutil.h Signed-off-by: Mans Rullgard --- tests/seek_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/seek_test.c') diff --git a/tests/seek_test.c b/tests/seek_test.c index 5d4f41c528..71b2a2d6c0 100644 --- a/tests/seek_test.c +++ b/tests/seek_test.c @@ -25,6 +25,7 @@ #include #include "libavutil/common.h" +#include "libavutil/mathematics.h" #include "libavformat/avformat.h" #undef exit -- cgit v1.2.3