build: include <config.h> from lib/yyerror.c

* lib/yyerror.c: Include <config.h>.
(cherry picked from commit cf33c228e0)
This commit is contained in:
Jim Meyering
2012-01-16 12:16:24 +01:00
committed by Akim Demaille
parent b6d4f2a27d
commit 792aeb0017

View 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/>. */
#include <config.h>
#include <stdio.h>
int yyerror (char const *);