diff options
Diffstat (limited to 'src/util/rounding.h')
-rw-r--r-- | src/util/rounding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/rounding.h b/src/util/rounding.h index ec31b47..868e1b4 100644 --- a/src/util/rounding.h +++ b/src/util/rounding.h @@ -24,6 +24,8 @@ #ifndef _ROUNDING_H #define _ROUNDING_H +#include "c99_compat.h" // inline + #include <math.h> #include <limits.h> |