Include w32heap.h, to avoid compiler warning about sbrk.
This commit is contained in:
parent
910182298a
commit
c68a2829f2
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#include <fcntl.h>
|
||||
#include <windows.h> /* just for w32.h */
|
||||
#include "w32.h"
|
||||
#include "w32heap.h" /* for prototype of sbrk */
|
||||
#endif
|
||||
|
||||
#include "lisp.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue