* ld-discard/static.d: Accept both original sym and section sym.
[deliverable/binutils-gdb.git] / mmalloc / mm.c
index b555f09f173cbf5d6124304e13449cf2e843db7b..d487e0cf518c12651306482a933692f62f57d9d7 100644 (file)
@@ -4,7 +4,7 @@
    behavior.  It should also still be possible to build the library
    as a standard library with multiple objects.
 
-   Copyright 1996 Free Software Foundation
+   Copyright 1996, 2000 Free Software Foundation
 
 The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
@@ -21,6 +21,9 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA. */
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>    /* Prototypes for lseek, sbrk (maybe) */
+#endif
 #include "mcalloc.c"
 #include "mfree.c"
 #include "mmalloc.c"
This page took 0.023093 seconds and 4 git commands to generate.