diff options
author | DJ Delorie <dj@redhat.com> | 2003-06-19 20:05:36 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-06-19 20:05:36 +0000 |
commit | 5f73c3782d031631d1e193da1b4149af5eeb0728 (patch) | |
tree | 1d239761a57ade3c038a41180246350d88874058 /libiberty/hashtab.c | |
parent | 1171114a94363af05f5b8489a2437e3ec5cc0528 (diff) | |
download | gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.zip gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.tar.gz gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/hashtab.c')
-rw-r--r-- | libiberty/hashtab.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index 3896328..cbf8259 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -45,6 +45,10 @@ Boston, MA 02111-1307, USA. */ #include <string.h> #endif +#ifdef HAVE_MALLOC_H +#include <malloc.h> +#endif + #include <stdio.h> #include "libiberty.h" |