* hashtab.c: Include stdio.h.
authorJeffrey A Law <law@cygnus.com>
Wed, 10 Nov 1999 16:45:34 +0000 (16:45 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 10 Nov 1999 16:45:34 +0000 (09:45 -0700)
From-SVN: r30475

libiberty/ChangeLog
libiberty/hashtab.c

index 8e5756e29a1960364b2fefad96f56925b7519cf8..e1bad88f3255718db32c2b0f922cfc17d0edf400 100644 (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.
index 67a79f7e509f96e38882082d23c6439884801328..112f02757906b3a12f7b7345b0c31340c8376309 100644 (file)
@@ -39,6 +39,8 @@ Boston, MA 02111-1307, USA.  */
 #include <stdlib.h>
 #endif
 
+#include <stdio.h>
+
 #include "libiberty.h"
 #include "hashtab.h"