diff options
Diffstat (limited to 'src/util')
-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> |