diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-12-11 17:12:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-12-11 17:12:37 +0100 |
commit | 4ffa07081f97db6b49d6d087ce46ff0b3a4c8a5c (patch) | |
tree | 0666434ca7d0b736c7afb40a3d02c4d3e92f639c /src/os_unix.h | |
parent | 1d633413e5961589c2ae81300c96197443eee0c8 (diff) | |
download | vim-git-4ffa07081f97db6b49d6d087ce46ff0b3a4c8a5c.tar.gz |
updated for version 7.4.119v7.4.119
Problem: Vim doesn't work well on OpenVMS.
Solution: Fix various problems. (Samuel Ferencik)
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 02eeafc96..44c331cb8 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -225,6 +225,8 @@ # include <starlet.h> # include <socket.h> # include <lib$routines.h> +# include <libdef.h> +# include <libdtdef.h> # ifdef FEAT_GUI_GTK # include "gui_gtk_vms.h" |