From 4ffa07081f97db6b49d6d087ce46ff0b3a4c8a5c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 11 Dec 2013 17:12:37 +0100 Subject: updated for version 7.4.119 Problem: Vim doesn't work well on OpenVMS. Solution: Fix various problems. (Samuel Ferencik) --- src/os_unix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os_unix.h') 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 # include # include +# include +# include # ifdef FEAT_GUI_GTK # include "gui_gtk_vms.h" -- cgit v1.2.1