summaryrefslogtreecommitdiff
path: root/src/os_win16.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-06 23:29:24 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-06 23:29:24 +0000
commit362e1a30c6f3527d5d0efc328c2fb448290cd6fc (patch)
tree91c408352947bec09aee2032949ef1acef606d15 /src/os_win16.c
parent768b8c4dbcb3cdaccab87daa833ab176a438cc3c (diff)
downloadvim-git-362e1a30c6f3527d5d0efc328c2fb448290cd6fc.tar.gz
updated for version 7.0216v7.0216
Diffstat (limited to 'src/os_win16.c')
-rw-r--r--src/os_win16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_win16.c b/src/os_win16.c
index b0a4f71ec..e92034cc5 100644
--- a/src/os_win16.c
+++ b/src/os_win16.c
@@ -20,7 +20,7 @@
# pragma warn -obs
#endif
-#include <io.h>
+#include "vimio.h"
#include "vim.h"
#include <fcntl.h>