projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a96784
)
Removed #include of signal.h because it's in h/signals.h.
author
David Levine
<levinedl@acm.org>
Sat, 14 Feb 2015 03:30:41 +0000
(21:30 -0600)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Wed, 11 Mar 2015 22:53:36 +0000
(23:53 +0100)
h/nmh.h
patch
|
blob
|
history
h/signals.h
patch
|
blob
|
history
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
-
-#include <signal.h>
diff --git
a/h/signals.h
b/h/signals.h
index
480bf6d
..
1e1dde1
100644
(file)
--- a/
h/signals.h
+++ b/
h/signals.h
@@
-3,6
+3,7
@@
*/
#include <config.h>
+#include <signal.h>
/*
** The type for a signal handler