diff options
Diffstat (limited to 'src/glut/glx/layerutil.h')
-rw-r--r-- | src/glut/glx/layerutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glut/glx/layerutil.h b/src/glut/glx/layerutil.h index 34610774090..8f580afe3b7 100644 --- a/src/glut/glx/layerutil.h +++ b/src/glut/glx/layerutil.h @@ -9,6 +9,10 @@ /* Based on XLayerUtil.h: Revision: 1.3 */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #if !defined(_WIN32) #include <X11/Xlib.h> #include <X11/Xutil.h> |