1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

build: Fix compilation of `c-tokenize.c' with latest Gnulib.

* libguile/c-tokenize.lex: Include <config.h>, to pull in Gnulib macro
  definitions now required.
This commit is contained in:
Ludovic Courtès 2013-02-18 21:43:30 +01:00
parent 84ebfef4e6
commit 6f160a6e99

View file

@ -14,7 +14,8 @@ FLOQUAL (f|F|l|L)
INTQUAL (l|L|ll|LL|lL|Ll|u|U)
%{
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>