diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-12-17 20:24:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-12-17 20:24:01 +0100 |
commit | b57aa92d2c6e0eb6cd539a1744658d3b4e7b0f5a (patch) | |
tree | 21c08f4a5a7f2094920faaf192c2863f9c79ce3e /src/workshop.c | |
parent | f82a2d2e5f8a229ba32519fdeb9e3339f0a2e7fe (diff) | |
download | vim-git-b57aa92d2c6e0eb6cd539a1744658d3b4e7b0f5a.tar.gz |
updated for version 7.3.087v7.3.087
Problem: EINTR is not always defined.
Solution: Include errno.h in vim.h.
Diffstat (limited to 'src/workshop.c')
-rw-r--r-- | src/workshop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/workshop.c b/src/workshop.c index 89f55efc7..e0db10ec7 100644 --- a/src/workshop.c +++ b/src/workshop.c @@ -16,7 +16,6 @@ #include <sys/types.h> #include <netdb.h> #include <netinet/in.h> -#include <errno.h> #include <sys/socket.h> #ifdef HAVE_LIBGEN_H # include <libgen.h> |