comparison src/alloc.c @ 72177:4eba80d54b43

[WINDOWSNT]: Include fcntl.h, to fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 29 Jul 2006 10:18:11 +0000
parents b0a67cf52eb6
children 94e8cc9b752d 858cb33ae39d
comparison
equal deleted inserted replaced
72176:8b73fd8e1710 72177:4eba80d54b43
74 #define INCLUDED_FCNTL 74 #define INCLUDED_FCNTL
75 #include <fcntl.h> 75 #include <fcntl.h>
76 #endif 76 #endif
77 #ifndef O_WRONLY 77 #ifndef O_WRONLY
78 #define O_WRONLY 1 78 #define O_WRONLY 1
79 #endif
80
81 #ifdef WINDOWSNT
82 #include <fcntl.h>
79 #endif 83 #endif
80 84
81 #ifdef DOUG_LEA_MALLOC 85 #ifdef DOUG_LEA_MALLOC
82 86
83 #include <malloc.h> 87 #include <malloc.h>