From: Karl Schultz Date: Thu, 20 Sep 2001 22:19:41 +0000 (+0000) Subject: add the same conditional mangling stuff that gl.h has. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80d58556922d466620facd5917ada4d3cad612b2;p=mesa.git add the same conditional mangling stuff that gl.h has. --- diff --git a/include/GL/glu.h b/include/GL/glu.h index 4de6965c702..54eb836d53c 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 #ifdef __cplusplus