Committing in .
[mesa.git] / src / glut / glx / glut_menu.c
index 2af3482afc0e7be3fae8438b49a0c13f1c1de9da..0c36d348f46b9e0e48b3a60b5850be6ed30f756b 100644 (file)
@@ -9,6 +9,10 @@
    the menuing functionality implemented.  This file is used only by
    the X Window System version of GLUT. */
 
+#ifdef __VMS
+#include <GL/vms_x_fix.h>
+#endif
+
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>