util: (trivial) include c99_math.h in rounding.h

Needed for rint/rintf.
This commit is contained in:
Roland Scheidegger
2015-08-19 04:17:36 +02:00
parent c03247bae0
commit 3f797ef0c0

View File

@@ -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>