diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-18 22:48:34 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-18 22:48:34 +0000 |
commit | 55de1520b10d75d32f2a003bf4d40b9b0de510ef (patch) | |
tree | add8d27cb42e6d0a5e5ee8e44c77c105b5eb60dc /libiberty/xmalloc.c | |
parent | 940de69d492a78798d623ec0dbd7f3b5d5219ab5 (diff) | |
download | gcc-55de1520b10d75d32f2a003bf4d40b9b0de510ef.tar.gz |
* xmalloc.c: Include config.h for HAVE_SBRK definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34003 138bc75d-0d04-0410-961f-82ee72b054a4
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 621c6d216c7..08c23f8126e 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" |