projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c03247b
)
util: (trivial) include c99_math.h in rounding.h
author
Roland Scheidegger
<sroland@vmware.com>
Wed, 19 Aug 2015 02:17:36 +0000
(
04:17
+0200)
committer
Roland Scheidegger
<sroland@vmware.com>
Wed, 19 Aug 2015 02:17:36 +0000
(
04:17
+0200)
Needed for rint/rintf.
src/util/rounding.h
patch
|
blob
|
history
diff --git
a/src/util/rounding.h
b/src/util/rounding.h
index 7b5608b8a7844dc7f9b09381dec1a2ab1baa3665..afb38fbdb56b31188b50529a8f8006e12188329c 100644
(file)
--- 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>