summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_fullscrn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/glx/glut_fullscrn.c')
-rw-r--r--src/glut/glx/glut_fullscrn.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glut/glx/glut_fullscrn.c b/src/glut/glx/glut_fullscrn.c
index 8d58f1743c9..0f1ea10b1be 100644
--- a/src/glut/glx/glut_fullscrn.c
+++ b/src/glut/glx/glut_fullscrn.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 <stdio.h> /* SunOS multithreaded assert() needs <stdio.h>. Lame. */
#include <assert.h>