summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2015-08-19 04:17:36 +0200
committerRoland Scheidegger <sroland@vmware.com>2015-08-19 04:17:36 +0200
commit3f797ef0c038afecb8702cc90a452903694975a2 (patch)
tree7bc095276b47cdc8da89443e2651e28a444a50b0 /src/util
parentc03247bae010dfd81a08572a32067e9ea8637f63 (diff)
downloadexternal_mesa3d-3f797ef0c038afecb8702cc90a452903694975a2.zip
external_mesa3d-3f797ef0c038afecb8702cc90a452903694975a2.tar.gz
external_mesa3d-3f797ef0c038afecb8702cc90a452903694975a2.tar.bz2
util: (trivial) include c99_math.h in rounding.h
Needed for rint/rintf.
Diffstat (limited to 'src/util')
-rw-r--r--src/util/rounding.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/rounding.h b/src/util/rounding.h
index 7b5608b..afb38fb 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>