commit | 0ab2a8870cc335acd99f7f4d806f802818d97014 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 13 10:51:08 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 13 10:51:08 2009 +0000 |
tree | 604a7a94f20947c47cb08fb013fb84c62b6e9ca9 | |
parent | 3c65e314b432707440593d9ecf8d016b99e8ed8c [diff] [blame] |
updated for version 7.2-168
diff --git a/src/os_unix.h b/src/os_unix.h index a337183..0a37763 100644 --- a/src/os_unix.h +++ b/src/os_unix.h
@@ -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