forked from aniani/vim
updated for version 7.3.087
Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
|
||||
#if defined(FEAT_CSCOPE) || defined(PROTO)
|
||||
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user