From 88c86eb751de9e7e410b405084d35b32fafc2a24 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 17 Jan 2019 17:13:30 +0100 Subject: patch 8.1.0766: various problems when using Vim on VMS Problem: Various problems when using Vim on VMS. Solution: Various fixes. Define long_long_T. (Zoltan Arpadffy) --- src/gui_motif.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/gui_motif.c') diff --git a/src/gui_motif.c b/src/gui_motif.c index 3f354096c1..6eb618f17c 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -34,9 +34,12 @@ #include #include #include - #ifdef HAVE_X11_XPM_H -# include +# if defined(VMS) +# include +# else +# include +# endif #else # ifdef HAVE_XM_XPMP_H # include -- cgit v1.2.3