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 5cbc7cfe411..0ab4f9f8f85 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -65,15 +65,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
65extern POINTER_TYPE *sbrk (); 65extern POINTER_TYPE *sbrk ();
66#endif 66#endif
67 67
68#ifdef HAVE_FCNTL_H
69#include <fcntl.h> 68#include <fcntl.h>
70#endif
71#ifndef O_WRONLY 69#ifndef O_WRONLY
72#define O_WRONLY 1 70#define O_WRONLY 1
73#endif 71#endif
74 72
75#ifdef WINDOWSNT 73#ifdef WINDOWSNT
76#include <fcntl.h>
77#include "w32.h" 74#include "w32.h"
78#endif 75#endif
79 76