summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index d00f8446a..16dc879e1 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1274,6 +1274,10 @@ typedef enum
# define O_EXTRA 0
#endif
+#ifndef O_NOFOLLOW
+# define O_NOFOLLOW 0
+#endif
+
#ifndef W_OK
# define W_OK 2 /* for systems that don't have W_OK in unistd.h */
#endif