CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/04/08 05:06:42
Index: m4/input.c =================================================================== RCS file: /sources/m4/m4/m4/input.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -b -r1.64 -r1.65 --- m4/input.c 2 Apr 2007 12:28:08 -0000 1.64 +++ m4/input.c 8 Apr 2007 05:06:42 -0000 1.65 @@ -20,6 +20,8 @@ /* Handling of different input sources, and lexical analysis. */ +#include <config.h> + #include "m4private.h" /* Define this to see runtime debug info. Implied by DEBUG. */
