* hashtab.c: Include stdio.h.
From-SVN: r30475
This commit is contained in:
parent
989b6dfcd7
commit
36dd3a44a3
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -39,6 +39,8 @@ Boston, MA 02111-1307, USA. */
|
|||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "libiberty.h"
|
||||
#include "hashtab.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue