From 3f797ef0c038afecb8702cc90a452903694975a2 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Wed, 19 Aug 2015 04:17:36 +0200 Subject: [PATCH] util: (trivial) include c99_math.h in rounding.h Needed for rint/rintf. --- src/util/rounding.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/util/rounding.h b/src/util/rounding.h index 7b5608b8a78..afb38fbdb56 100644 --- a/src/util/rounding.h +++ b/src/util/rounding.h @@ -24,9 +24,8 @@ #ifndef _ROUNDING_H #define _ROUNDING_H -#include "c99_compat.h" // inline +#include "c99_math.h" -#include #include #include -- 2.30.2