diff options
Diffstat (limited to 'progs/xdemos/glxgears.c')
-rw-r--r-- | progs/xdemos/glxgears.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c index ad7db9ee01..8475cab07a 100644 --- a/progs/xdemos/glxgears.c +++ b/progs/xdemos/glxgears.c @@ -41,8 +41,10 @@ #include <string.h> #include <X11/Xlib.h> #include <X11/keysym.h> -#include <stdint.h> -#define GLX_GLXEXT_PROTOTYPES +#ifndef __VMS +# include <stdint.h> +#endif +# define GLX_GLXEXT_PROTOTYPES #include <GL/gl.h> #include <GL/glx.h> |