From cb8a7b870ba2f2f6c7c23152a4482132e59f678e Mon Sep 17 00:00:00 2001
From: Dan Harkless <dan@harkless.org>
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 05f8c33f..546097cc 100644
--- 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
-- 
2.39.5