OSDN Git Service

* hashtab.c: Include stdio.h.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Nov 1999 16:45:34 +0000 (16:45 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Nov 1999 16:45:34 +0000 (16:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30475 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/hashtab.c

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