projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199dedd
)
glu/sgi: Include missing header file.
author
Vinson Lee
<vlee@vmware.com>
Sun, 10 Jan 2010 11:03:14 +0000
(
03:03
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 10 Jan 2010 11:03:14 +0000
(
03:03
-0800)
src/glu/sgi/libnurbs/internals/simplemath.h
patch
|
blob
|
history
diff --git
a/src/glu/sgi/libnurbs/internals/simplemath.h
b/src/glu/sgi/libnurbs/internals/simplemath.h
index 0a060c57ead7e04ef74b64691690b5e307baed76..d00062dc7004fde2664a083ad8c96351fd59acf6 100644
(file)
--- a/
src/glu/sgi/libnurbs/internals/simplemath.h
+++ b/
src/glu/sgi/libnurbs/internals/simplemath.h
@@
-38,6
+38,8
@@
/* simple inline routines */
+#include "types.h"
+
inline int
max( int x, int y ) { return ( x < y ) ? y : x; }