From: Eli Zaretskii Date: Sat, 4 Jun 2005 19:59:30 +0000 (+0000) Subject: Include w32heap.h, to avoid compiler warning about sbrk. X-Git-Tag: emacs-pretest-22.0.90~9311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c68a2829f2293dfca9edb98aae3426e5a3e6b8c3;p=emacs.git Include w32heap.h, to avoid compiler warning about sbrk. --- diff --git a/src/emacs.c b/src/emacs.c index 68720eecc27..fd38268386a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA. */ #include #include /* just for w32.h */ #include "w32.h" +#include "w32heap.h" /* for prototype of sbrk */ #endif #include "lisp.h"