diff options
Diffstat (limited to 'src/glut/glx/glut_init.c')
-rw-r--r-- | src/glut/glx/glut_init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glut/glx/glut_init.c b/src/glut/glx/glut_init.c index b9d2fde3f34..d4d0e8a9783 100644 --- a/src/glut/glx/glut_init.c +++ b/src/glut/glx/glut_init.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> |