From: Dan Harkless Date: Tue, 25 Jan 2000 06:06:18 +0000 (+0000) Subject: Added include of signals.h for SIGNAL() prototype. X-Git-Tag: nmh-1_0~113 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=cb8a7b870ba2f2f6c7c23152a4482132e59f678e;p=mmh Added include of signals.h for SIGNAL() prototype. --- diff --git a/mts/sendmail/sendmail.c b/mts/sendmail/sendmail.c index 05f8c33..546097c 100644 --- a/mts/sendmail/sendmail.c +++ b/mts/sendmail/sendmail.c @@ -9,6 +9,7 @@ #include #include #include +#include "h/signals.h" /* for SIGNAL() */ #ifdef MPOP #include #endif