summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-05-23 22:41:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-05-23 22:41:51 +0000
commit90fbef490e0f5b66705d0a407549a60d6840bbc6 (patch)
tree34a4a4ac7bee7ceeb2bd4ee5a56d75a09223e211 /include/GL/gl.h
parent1207bf057aeea3376e5e0f03f789a5d67ed4d29d (diff)
changed glext.h include
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 63b1004bf1..63bae14f24 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,4 +1,4 @@
-/* $Id: gl.h,v 1.41 2000/05/22 19:40:43 brianp Exp $ */
+/* $Id: gl.h,v 1.42 2000/05/23 22:41:51 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -2226,7 +2226,7 @@ GLAPI void GLAPIENTRY glResizeBuffersMESA( void );
#else /* GL_GLEXT_LEGACY */
-#include "glext.h"
+#include <GL/glext.h>
#endif /* GL_GLEXT_LEGACY */