summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_menu2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/glx/glut_menu2.c')
-rw-r--r--src/glut/glx/glut_menu2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glut/glx/glut_menu2.c b/src/glut/glx/glut_menu2.c
index 93119b540e..d02cee4ac1 100644
--- a/src/glut/glx/glut_menu2.c
+++ b/src/glut/glx/glut_menu2.c
@@ -12,6 +12,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>