From: Dan Harkless Date: Tue, 25 Jan 2000 06:06:18 +0000 (+0000) Subject: Added include of signals.h for SIGNAL() prototype. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/cb8a7b870ba2f2f6c7c23152a4482132e59f678e?ds=sidebyside;hp=f2cc76d9a760ebf86b61d609696999330449aecb Added include of signals.h for SIGNAL() prototype. --- diff --git a/mts/sendmail/sendmail.c b/mts/sendmail/sendmail.c index 05f8c33f..546097cc 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