cleanup and some WGL PIXELFORMAT issues
[mesa.git] / src / glut / glx / glut_cmap.c
index a9d004003f646b0758b6358ab4915c521a1b467f..1c496ad66da70e86a27ca58faa8f75c6640065cc 100644 (file)
@@ -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. */