X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..8354aa92a177f27ebe55869ecc254e1f6da05331:/src/motif/choice.cpp

diff --git a/src/motif/choice.cpp b/src/motif/choice.cpp
index b805a5dabf..9cfe04c8d1 100644
--- a/src/motif/choice.cpp
+++ b/src/motif/choice.cpp
@@ -13,7 +13,13 @@
 #pragma implementation "choice.h"
 #endif
 
-// For compilers that support precompilation, includes "wx.h".
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#define XtParent XTPARENT
+#endif
+
+#include "wx/defs.h"
+
 #include "wx/choice.h"
 #include "wx/utils.h"