From: Jim Meyering <[email protected]> * lib/yyerror.c: Include <config.h>. --- ChangeLog | 3 +++ lib/yyerror.c | 1 + 2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 48bdb65..daf4d7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-01-15 Jim Meyering <[email protected]> + build: include <config.h> from lib/yyerror.c + * lib/yyerror.c: Include <config.h>. + maint: list djgpp/subpipe.c in po/POTFILES.in * po/POTFILES.in: Add djgpp/subpipe.c. diff --git a/lib/yyerror.c b/lib/yyerror.c index 7db92bc..5eb339f 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 *); -- 1.7.9.rc1.2.gccfe4
