diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-30 13:14:45 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-30 13:14:45 +0100 |
commit | 467676d468cb10db78d79d5bd2139ded9f70d26f (patch) | |
tree | 6774f48d11ae06b628bbaee4f029114392172fea /src/gui.h | |
parent | 4d8c96d4668ac965d4e84b9676fba6d7efe62a32 (diff) | |
download | vim-git-467676d468cb10db78d79d5bd2139ded9f70d26f.tar.gz |
patch 8.2.2247: VMS: various smaller problemsv8.2.2247
Problem: VMS: various smaller problems.
Solution: Fix VMS building and other problems. (Zoltan Arpadffy)
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ # ifdef MIN # undef MIN # endif -# endif +# include "gui_gtk_vms.h" +# endif // VMS # include <X11/Intrinsic.h> # include <gtk/gtk.h> #endif |