]> git.saurik.com Git - bison.git/blobdiff - lib/hash.h
When reducing initial empty rules, Bison parser read an initial
[bison.git] / lib / hash.h
index a9fc187606a82d5ca1079772ed0e207de27f429f..b5537fa8dbb61ca3de3149dc13c532e177b20bed 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef HASH_H_
 # define HASH_H_
 
+# include <stdio.h>
+
 # ifndef PARAMS
 #  if PROTOTYPES || __STDC__
 #   define PARAMS(Args) Args