summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-16 12:16:24 +0100
committerAkim Demaille <demaille@gostai.com>2012-01-23 11:29:45 +0100
commit792aeb0017e1a060f4bea5730cf29db4f46800ea (patch)
treec40b25ea24b4e0b607f612adfac1d94900850a31
parentb6d4f2a27df5e8ad631d0ad8ba447409d6223da5 (diff)
downloadbison-792aeb0017e1a060f4bea5730cf29db4f46800ea.tar.gz
build: include <config.h> from lib/yyerror.c
* lib/yyerror.c: Include <config.h>. (cherry picked from commit cf33c228e08142e3ef715105a191db24ec980ca8)
-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 *);