gnulib: update

* lib/yyerror.c: Include config.h since the following stdio.h might be
from gnulib.
This commit is contained in:
Akim Demaille
2012-11-30 12:17:10 +01:00
parent 3804aa260b
commit 8aef6e0db5
4 changed files with 9 additions and 2 deletions
+6
View File
@@ -272,3 +272,9 @@
/binary-io.c
/mbuiter.c
/xsize.c
/bitrotate.c
/math.c
/sig-handler.c
/stdio.c
/unistd.c
/wctype-h.c
+2
View File
@@ -17,6 +17,8 @@
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 *);