--- common.h.old 2004-01-10 22:45:44.000000000 +0100 +++ common.h 2004-01-10 22:46:20.000000000 +0100 @@ -290,6 +290,7 @@ } +#ifndef HAVE_LRINTF #ifdef _WIN32 #define HAS_LRINTF static INLINE int lrintf(float f) @@ -316,6 +317,7 @@ return i; } #endif +#endif #ifdef __ICL /* only Intel C compiler has fmath ??? */