CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/04/08 05:06:42
Index: m4/macro.c =================================================================== RCS file: /sources/m4/m4/m4/macro.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -b -r1.66 -r1.67 --- m4/macro.c 3 Apr 2007 11:38:01 -0000 1.66 +++ m4/macro.c 8 Apr 2007 05:06:42 -0000 1.67 @@ -21,6 +21,8 @@ /* This file contains the functions that perform the basic argument parsing and macro expansion. */ +#include <config.h> + #include <stdarg.h> #include "m4private.h"