diff options
Diffstat (limited to 'src/glut/glx/glut_cmap.c')
-rw-r--r-- | src/glut/glx/glut_cmap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glut/glx/glut_cmap.c b/src/glut/glx/glut_cmap.c index a9d004003f6..1c496ad66da 100644 --- a/src/glut/glx/glut_cmap.c +++ b/src/glut/glx/glut_cmap.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <string.h> #include <stdio.h> /* SunOS multithreaded assert() needs <stdio.h>. Lame. */ |