summaryrefslogtreecommitdiff
path: root/include/GL/glu.h
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2001-09-20 22:19:41 +0000
committerKarl Schultz <kschultz@freedesktop.org>2001-09-20 22:19:41 +0000
commit80d58556922d466620facd5917ada4d3cad612b2 (patch)
treefed464b4593914ccb6e7014c3a569404b425fbea /include/GL/glu.h
parent448b88bb8025f01a497f929d9f077e1ccb6f9836 (diff)
add the same conditional mangling stuff that gl.h has.
Diffstat (limited to 'include/GL/glu.h')
-rw-r--r--include/GL/glu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index 4de6965c70..54eb836d53 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -30,6 +30,10 @@
#ifndef __glu_h__
#define __glu_h__
+#if defined(USE_MGL_NAMESPACE)
+#include "glu_mangle.h"
+#endif
+
#include <GL/gl.h>
#ifdef __cplusplus