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

* lib/yyerror.c: Include <config.h>.
This commit is contained in:
Jim Meyering
2012-01-16 12:16:24 +01:00
parent e7f5dbf82d
commit cf33c228e0

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 *);