Mesa (mesa_7_7_branch): glu/sgi: Include missing header file.

Vinson Lee vlee at kemper.freedesktop.org
Sun Jan 10 11:03:37 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: b9bd96608c88c0b3decddc80f0d49f670fc90466
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9bd96608c88c0b3decddc80f0d49f670fc90466

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Jan 10 03:03:14 2010 -0800

glu/sgi: Include missing header file.

---

 src/glu/sgi/libnurbs/internals/simplemath.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/glu/sgi/libnurbs/internals/simplemath.h b/src/glu/sgi/libnurbs/internals/simplemath.h
index 0a060c5..d00062d 100644
--- 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; }
 




More information about the mesa-commit mailing list