summaryrefslogtreecommitdiff
path: root/include
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
commit4c47f443f489f9adc13931a6c2bf3f75e26d0388 (patch)
tree6d39c3f1301c0c51c0876b946632dd7f5eb92cf6 /include
parent4c0befdd48d68eaca75978e0ecd6d2d54c65fd9f (diff)
downloadglu-4c47f443f489f9adc13931a6c2bf3f75e26d0388.tar.gz
add the same conditional mangling stuff that gl.h has.
Diffstat (limited to 'include')
-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 4de6965..54eb836 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