mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
Include w32heap.h, to avoid compiler warning about sbrk.
This commit is contained in:
parent
910182298a
commit
c68a2829f2
@ -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…
Reference in New Issue
Block a user