summary refs log tree commit diff
path: root/sysdeps/generic/morecore.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/morecore.c')
-rw-r--r--sysdeps/generic/morecore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/morecore.c b/sysdeps/generic/morecore.c
index 23bc7e5597..53969f59bf 100644
--- a/sysdeps/generic/morecore.c
+++ b/sysdeps/generic/morecore.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 93, 94, 95, 97 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 93, 94, 95, 97, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -30,6 +30,7 @@
    systems with potentially hostile include files.  */
 
 #include <stddef.h>
+#include <stdlib.h>
 extern __malloc_ptr_t __sbrk __P ((ptrdiff_t increment));
 libc_hidden_proto (__sbrk)
 #endif