From e781c4e6ff0b93db1ebc0ebe6983b38490117a98 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 25 Jan 2011 03:33:43 +0000 Subject: intfloat_readwrite: include "mathematics.h" for fallback macros This allows this file to build on systems lacking NAN or INFINITY in math.h. Signed-off-by: Mans Rullgard --- libavutil/intfloat_readwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/intfloat_readwrite.c') diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c index d9b3752bb1..f51d8ddd4f 100644 --- a/libavutil/intfloat_readwrite.c +++ b/libavutil/intfloat_readwrite.c @@ -26,7 +26,7 @@ */ #include -#include +#include "mathematics.h" #include "intfloat_readwrite.h" double av_int2dbl(int64_t v){ -- cgit v1.2.3