diff options
Diffstat (limited to 'src/glut/glx/glut_input.c')
-rw-r--r-- | src/glut/glx/glut_input.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glut/glx/glut_input.c b/src/glut/glx/glut_input.c index bc93d5e5151..d012c5ee16a 100644 --- a/src/glut/glx/glut_input.c +++ b/src/glut/glx/glut_input.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 <assert.h> #include <stdio.h> #include <stdlib.h> |