]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare sbrk.
authorKarl Heuer <kwzh@gnu.org>
Tue, 6 Jun 1995 02:02:51 +0000 (02:02 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 6 Jun 1995 02:02:51 +0000 (02:02 +0000)
src/alloc.c

index e2fdedde7963e8c64300f8c25f6118f014ae5f0f..49a854148bfd0f6b31906a31be712616ae2bd7a6 100644 (file)
@@ -33,6 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "syssignal.h"
 
+extern char *sbrk ();
+
 /* The following come from gmalloc.c.  */
 
 #if defined (__STDC__) && __STDC__