Removed #include of signal.h because it's in h/signals.h.
authorDavid Levine <levinedl@acm.org>
Sat, 14 Feb 2015 03:30:41 +0000 (21:30 -0600)
committerPhilipp Takacs <philipp@bureaucracy.de>
Wed, 11 Mar 2015 22:53:36 +0000 (23:53 +0100)
h/nmh.h
h/signals.h

diff --git a/h/nmh.h b/h/nmh.h
index eb85a4a..3da6a14 100644 (file)
--- a/h/nmh.h
+++ b/h/nmh.h
@@ -46,5 +46,3 @@
 #  define OPEN_MAX 64
 # endif
 #endif
 #  define OPEN_MAX 64
 # endif
 #endif
-
-#include <signal.h>
index 480bf6d..1e1dde1 100644 (file)
@@ -3,6 +3,7 @@
 */
 
 #include <config.h>
 */
 
 #include <config.h>
+#include <signal.h>
 
 /*
 ** The type for a signal handler
 
 /*
 ** The type for a signal handler