* hashtab.c: Include stdio.h.

From-SVN: r30475
This commit is contained in:
Jeffrey A Law 1999-11-10 16:45:34 +00:00 committed by Jeff Law
parent 989b6dfcd7
commit 36dd3a44a3
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
* hashtab.c: Include stdio.h.
Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
* hashtab.c (traverse_hash_table): Protect prototype with PARAMS.

View file

@ -39,6 +39,8 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#endif
#include <stdio.h>
#include "libiberty.h"
#include "hashtab.h"