aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2003-06-16 14:35:19 +0000
committerlecoanet2003-06-16 14:35:19 +0000
commit5532a2e915eaa7aa3395f08a3a09f80001304e69 (patch)
tree82b406d066e777cf9e82acf5091a4a88a9e7747a
parent6eda00025bb47892c6ffc7d5639e8a24f4818a66 (diff)
downloadtkzinc-5532a2e915eaa7aa3395f08a3a09f80001304e69.zip
tkzinc-5532a2e915eaa7aa3395f08a3a09f80001304e69.tar.gz
tkzinc-5532a2e915eaa7aa3395f08a3a09f80001304e69.tar.bz2
tkzinc-5532a2e915eaa7aa3395f08a3a09f80001304e69.tar.xz
* Changed <GL/glu.h> to "glu.h" to fully encapsulate
the tessalator in the local directory
-rw-r--r--libtess/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtess/mesh.h b/libtess/mesh.h
index 43e69af..802a3ff 100644
--- a/libtess/mesh.h
+++ b/libtess/mesh.h
@@ -42,7 +42,7 @@
#ifndef __mesh_h_
#define __mesh_h_
-#include <GL/glu.h>
+#include "glu.h"
typedef struct GLUmesh GLUmesh;