diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-06-15 20:56:25 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-06-15 20:56:25 +0000 |
commit | eb383413c242546f266f9694071e0480806649b3 (patch) | |
tree | 95b240bd0c181ac81463ba1f0e6b97f06e973638 /libiberty/xmalloc.c | |
parent | b91280077a7ea882b26a1dfb84b1f314e84c6a86 (diff) | |
download | gdb-eb383413c242546f266f9694071e0480806649b3.zip gdb-eb383413c242546f266f9694071e0480806649b3.tar.gz gdb-eb383413c242546f266f9694071e0480806649b3.tar.bz2 |
Synced with libiberty in the gcc repository.
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" |