summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-10 03:03:14 -0800
committerVinson Lee <vlee@vmware.com>2010-01-10 03:03:14 -0800
commit2488880fbb1f22a0492c1198247acc9f18fdbc61 (patch)
tree49904ea41a7658d782687b90d93fe107140391ea /src
parent1bc25c1e33a45a5b4cdf14089c175c12d170cf11 (diff)
downloadglu-2488880fbb1f22a0492c1198247acc9f18fdbc61.tar.gz
glu/sgi: Include missing header file.
Diffstat (limited to 'src')
-rw-r--r--src/libnurbs/internals/simplemath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libnurbs/internals/simplemath.h b/src/libnurbs/internals/simplemath.h
index 0a060c5..d00062d 100644
--- a/src/libnurbs/internals/simplemath.h
+++ b/src/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; }