0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2-168

This commit is contained in:
Bram Moolenaar
2009-05-13 10:51:08 +00:00
parent 3c65e314b4
commit 0ab2a8870c
18 changed files with 205 additions and 156 deletions

View File

@@ -53,7 +53,9 @@
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
# ifndef S_SPLINT_S /* splint crashes on bits/confname.h */
# include <unistd.h>
# endif
#endif
#ifdef HAVE_LIBC_H