From 7034529d9ae9b593ebbac187e983a1b7bde5be83 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 25 Jan 2009 23:55:21 +0000 Subject: Fix build: Add required header and adjust preprocessor check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28368 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af_format.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libaf') diff --git a/libaf/af_format.c b/libaf/af_format.c index fdac68147e..5e53c1ae99 100644 --- a/libaf/af_format.c +++ b/libaf/af_format.c @@ -26,8 +26,9 @@ #include #include +#include "config.h" // Integer to float conversion through lrintf() -#ifdef HAVE_LRINTF +#if HAVE_LRINTF #include long int lrintf(float); #else -- cgit v1.2.3