CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/09/26 13:19:26
Index: m4/m4private.h =================================================================== RCS file: /sources/m4/m4/m4/m4private.h,v retrieving revision 1.62 retrieving revision 1.63 diff -u -b -r1.62 -r1.63 --- m4/m4private.h 18 Sep 2006 13:16:44 -0000 1.62 +++ m4/m4private.h 26 Sep 2006 13:19:26 -0000 1.63 @@ -22,9 +22,7 @@ #ifndef M4PRIVATE_H #define M4PRIVATE_H 1 -#if HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include <assert.h> #include <errno.h>
