diff options
author | DJ Delorie <dj@delorie.com> | 2003-06-19 20:05:36 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-06-19 20:05:36 +0000 |
commit | a927a95ba579acb4704de04c84fc46059aada76d (patch) | |
tree | 0f98147c26f55ad7bf4384279f971ebd48353cd4 /libiberty/hashtab.c | |
parent | e412704747c9bfcd5f313a3e362a7a125cc69f38 (diff) | |
download | gdb-a927a95ba579acb4704de04c84fc46059aada76d.tar.gz |
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 3896328717a..cbf82592be1 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" |