summaryrefslogtreecommitdiffstats
path: root/src/memline.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-12-17 20:24:01 +0100
committerBram Moolenaar <Bram@vim.org>2010-12-17 20:24:01 +0100
commitb57aa92d2c6e0eb6cd539a1744658d3b4e7b0f5a (patch)
tree21c08f4a5a7f2094920faaf192c2863f9c79ce3e /src/memline.c
parentf82a2d2e5f8a229ba32519fdeb9e3339f0a2e7fe (diff)
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/memline.c')
-rw-r--r--src/memline.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/memline.c b/src/memline.c
index d978b9020b..0beaf54722 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -52,10 +52,6 @@
# include <proto/dos.h> /* for Open() and Close() */
#endif
-#ifdef HAVE_ERRNO_H
-# include <errno.h>
-#endif
-
typedef struct block0 ZERO_BL; /* contents of the first block */
typedef struct pointer_block PTR_BL; /* contents of a pointer block */
typedef struct data_block DATA_BL; /* contents of a data block */