diff options
author | J. David Anglin <dave@hiauly1.hia.nrc.ca> | 2000-05-18 22:48:34 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-18 16:48:34 -0600 |
commit | 650f30687e05ee0e8d44521b58cdb4ec10801af3 (patch) | |
tree | add8d27cb42e6d0a5e5ee8e44c77c105b5eb60dc /libiberty/xmalloc.c | |
parent | 716081958c4cc83f16a9baab9ae1af5bae9da47b (diff) | |
download | gcc-650f30687e05ee0e8d44521b58cdb4ec10801af3.zip gcc-650f30687e05ee0e8d44521b58cdb4ec10801af3.tar.gz gcc-650f30687e05ee0e8d44521b58cdb4ec10801af3.tar.bz2 |
* xmalloc.c: Include config.h for HAVE_SBRK definition.
From-SVN: r34003
Diffstat (limited to 'libiberty/xmalloc.c')
-rw-r--r-- | libiberty/xmalloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/xmalloc.c b/libiberty/xmalloc.c index 621c6d2..08c23f8 100644 --- a/libiberty/xmalloc.c +++ b/libiberty/xmalloc.c @@ -17,6 +17,9 @@ License along with libiberty; 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_CONFIG_H +#include "config.h" +#endif #include "ansidecl.h" #include "libiberty.h" |