summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--progs/xdemos/glxgears.c6
-rw-r--r--src/mesa/main/descrip.mms1
2 files changed, 5 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>
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index bc79a5de03..9b86539ed7 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -160,6 +160,7 @@ OBJECTS1=accum.obj,\
api_loopback.obj,\
api_noop.obj,\
api_validate.obj,\
+arbprogram.obj,\
attrib.obj,\
blend.obj,\
bufferobj.obj,\