diff options
author | Roland Scheidegger <[email protected]> | 2015-08-19 04:17:36 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2015-08-19 04:17:36 +0200 |
commit | 3f797ef0c038afecb8702cc90a452903694975a2 (patch) | |
tree | 7bc095276b47cdc8da89443e2651e28a444a50b0 /src/util/rounding.h | |
parent | c03247bae010dfd81a08572a32067e9ea8637f63 (diff) |
util: (trivial) include c99_math.h in rounding.h
Needed for rint/rintf.
Diffstat (limited to 'src/util/rounding.h')
-rw-r--r-- | src/util/rounding.h | 3 |
1 files changed, 1 insertions, 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 <math.h> #include <limits.h> #include <stdint.h> |