mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
updated for version 7.3.087
Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include <dos.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <limits.h>
|
||||
#include <process.h>
|
||||
|
||||
Reference in New Issue
Block a user