CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/09/26 13:19:26
Index: m4/path.c
===================================================================
RCS file: /sources/m4/m4/m4/path.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- m4/path.c 5 Sep 2006 23:16:40 -0000 1.20
+++ m4/path.c 26 Sep 2006 13:19:26 -0000 1.21
@@ -22,9 +22,7 @@
/* Handling of path search of included files via the builtins "include"
and "sinclude". */
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <stdlib.h>
#include <string.h>