X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..1759c4913394381b22d14e78275d3a6f4a0d18e2:/src/motif/bmpbuttn.cpp?ds=sidebyside

diff --git a/src/motif/bmpbuttn.cpp b/src/motif/bmpbuttn.cpp
index 8abd0e2167..87bca5cdb1 100644
--- a/src/motif/bmpbuttn.cpp
+++ b/src/motif/bmpbuttn.cpp
@@ -13,6 +13,12 @@
 #pragma implementation "bmpbuttn.h"
 #endif
 
+#ifdef __VMS
+#define XtScreen XTSCREEN
+#endif
+
+#include "wx/defs.h"
+
 #include "wx/bmpbuttn.h"
 
 #ifdef __VMS__