commit | 4ffa07081f97db6b49d6d087ce46ff0b3a4c8a5c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 17:12:37 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 17:12:37 2013 +0100 |
tree | 0666434ca7d0b736c7afb40a3d02c4d3e92f639c | |
parent | 1d633413e5961589c2ae81300c96197443eee0c8 [diff] [blame] |
updated for version 7.4.119 Problem: Vim doesn't work well on OpenVMS. Solution: Fix various problems. (Samuel Ferencik)
diff --git a/src/os_unix.h b/src/os_unix.h index 02eeafc..44c331c 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"