mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Remove include for sys/select.h in vim.h #890
- There is no need to include sys/select.h anymore - Removed HAVE_SYS_SELECT_H from config.h.in
This commit is contained in:

committed by
Justin M. Keyes

parent
7d3666a123
commit
11653ce2d7
@@ -109,11 +109,6 @@ typedef uint32_t u8char_T;
|
||||
#include <wctype.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#if defined(HAVE_SYS_SELECT_H) && \
|
||||
(!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))
|
||||
# include <sys/select.h>
|
||||
#endif
|
||||
|
||||
/* ================ end of the header file puzzle =============== */
|
||||
|
||||
#ifdef HAVE_WORKING_LIBINTL
|
||||
|
Reference in New Issue
Block a user