projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2cc76d
)
Added include of signals.h for SIGNAL() prototype.
author
Dan Harkless
<dan@harkless.org>
Tue, 25 Jan 2000 06:06:18 +0000
(06:06 +0000)
committer
Dan Harkless
<dan@harkless.org>
Tue, 25 Jan 2000 06:06:18 +0000
(06:06 +0000)
mts/sendmail/sendmail.c
patch
|
blob
|
history
diff --git
a/mts/sendmail/sendmail.c
b/mts/sendmail/sendmail.c
index
05f8c33
..
546097c
100644
(file)
--- a/
mts/sendmail/sendmail.c
+++ b/
mts/sendmail/sendmail.c
@@
-9,6
+9,7
@@
#include <mts/smtp/smtp.h>
#include <zotnet/mts/mts.h>
#include <signal.h>
+#include "h/signals.h" /* for SIGNAL() */
#ifdef MPOP
#include <errno.h>
#endif