summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-16 12:16:24 +0100
committerJim Meyering <meyering@redhat.com>2012-01-19 06:57:08 +0100
commitcf33c228e08142e3ef715105a191db24ec980ca8 (patch)
treee51bfdcaba0c870b0357271dccfeb52a2aeaf893
parente7f5dbf82d8b8110a8982d31d034755b5d072fdc (diff)
downloadbison-cf33c228e08142e3ef715105a191db24ec980ca8.tar.gz
build: include <config.h> from lib/yyerror.c
* lib/yyerror.c: Include <config.h>.
-rw-r--r--lib/yyerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yyerror.c b/lib/yyerror.c
index 7db92bc4..5eb339fa 100644
--- a/lib/yyerror.c
+++ b/lib/yyerror.c
@@ -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 *);