CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/07 13:07:49
Index: src/m4.h =================================================================== RCS file: /sources/m4/m4/src/m4.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -b -r1.19 -r1.20 --- src/m4.h 13 Jun 2006 01:19:09 -0000 1.19 +++ src/m4.h 7 Jul 2006 13:07:48 -0000 1.20 @@ -75,6 +75,7 @@ #endif /* STDC_HEADERS */ #include <errno.h> +#include <signal.h> #ifndef errno extern int errno; @@ -90,12 +91,6 @@ # define setlocale(Category, Locale) #endif -#if HAVE_SIGNAL_H -# include <signal.h> -#elif HAVE_SYS_SIGNAL_H -# include <sys/signal.h> -#endif - #include "ltdl.h" /* Error handling. */
