glu/sgi: Include missing header file.
authorVinson Lee <vlee@vmware.com>
Sun, 10 Jan 2010 11:03:14 +0000 (03:03 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 10 Jan 2010 11:03:14 +0000 (03:03 -0800)
src/glu/sgi/libnurbs/internals/simplemath.h

index 0a060c57ead7e04ef74b64691690b5e307baed76..d00062dc7004fde2664a083ad8c96351fd59acf6 100644 (file)
@@ -38,6 +38,8 @@
 
 /* simple inline routines */
 
+#include "types.h"
+
 inline int 
 max( int x, int y ) { return ( x < y ) ? y : x; }