1
0
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:
Eli Zaretskii 2005-06-04 19:59:30 +00:00
parent 910182298a
commit c68a2829f2

View File

@ -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"