CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/06/10 21:23:30
Index: modules/gnu.c =================================================================== RCS file: /sources/m4/m4/modules/gnu.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -b -r1.38 -r1.39 --- modules/gnu.c 9 May 2006 03:40:23 -0000 1.38 +++ modules/gnu.c 10 Jun 2006 21:23:30 -0000 1.39 @@ -30,9 +30,7 @@ #include <m4module.h> #include <modules/m4.h> -#if HAVE_ERRNO_H -# include <errno.h> -#endif +#include <errno.h> #ifndef errno int errno; #endif
