diff options
Diffstat (limited to 'libiberty/hashtab.c')
-rw-r--r-- | libiberty/hashtab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index 67a79f7e509..112f0275790 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -39,6 +39,8 @@ Boston, MA 02111-1307, USA. */ #include <stdlib.h> #endif +#include <stdio.h> + #include "libiberty.h" #include "hashtab.h" |