]> git.saurik.com Git - bison.git/commitdiff
build: include <config.h> from lib/yyerror.c
authorJim Meyering <meyering@redhat.com>
Mon, 16 Jan 2012 11:16:24 +0000 (12:16 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 19 Jan 2012 05:57:08 +0000 (06:57 +0100)
* lib/yyerror.c: Include <config.h>.

lib/yyerror.c

index 7db92bc4ed9d617d6e1b7f9d40e95a385e5397db..5eb339fa3dde03e4bccb9aa14ed2dac4db765981 100644 (file)
@@ -17,6 +17,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
    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 *);
 #include <stdio.h>
 
 int yyerror (char const *);