From cb8a7b870ba2f2f6c7c23152a4482132e59f678e Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Tue, 25 Jan 2000 06:06:18 +0000 Subject: [PATCH] Added include of signals.h for SIGNAL() prototype. --- mts/sendmail/sendmail.c | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4