]> git.saurik.com Git - bison.git/blobdiff - lib/yyerror.c
doc: various minor improvements and fixes
[bison.git] / lib / yyerror.c
index c9f492f8433ac5d30fca1f3617ba6bbbb0cc0ad2..332e91e2c8b739e751c24d32208ade80d5c3ca21 100644 (file)
@@ -17,6 +17,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#include <config.h>
+
 #include <stdio.h>
 
 int yyerror (char const *);