aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 0ab4f9f8f85..fa39c1ee5dc 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -66,9 +66,6 @@ extern POINTER_TYPE *sbrk ();
66#endif 66#endif
67 67
68#include <fcntl.h> 68#include <fcntl.h>
69#ifndef O_WRONLY
70#define O_WRONLY 1
71#endif
72 69
73#ifdef WINDOWSNT 70#ifdef WINDOWSNT
74#include "w32.h" 71#include "w32.h"