m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/m4.h


From: Gary V . Vaughan
Subject: Changes to m4/src/m4.h
Date: Wed, 04 May 2005 18:02:09 -0400

Index: m4/src/m4.h
diff -u m4/src/m4.h:1.14 m4/src/m4.h:1.15
--- m4/src/m4.h:1.14    Sun May  1 11:10:05 2005
+++ m4/src/m4.h Wed May  4 22:02:07 2005
@@ -93,6 +93,12 @@
 # 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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]