diff options
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index e2fdedde796..49a854148bf 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -33,6 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | 33 | ||
| 34 | #include "syssignal.h" | 34 | #include "syssignal.h" |
| 35 | 35 | ||
| 36 | extern char *sbrk (); | ||
| 37 | |||
| 36 | /* The following come from gmalloc.c. */ | 38 | /* The following come from gmalloc.c. */ |
| 37 | 39 | ||
| 38 | #if defined (__STDC__) && __STDC__ | 40 | #if defined (__STDC__) && __STDC__ |