Added include of signals.h for SIGNAL() prototype.
authorDan Harkless <dan@harkless.org>
Tue, 25 Jan 2000 06:06:18 +0000 (06:06 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 25 Jan 2000 06:06:18 +0000 (06:06 +0000)
mts/sendmail/sendmail.c

index 05f8c33..546097c 100644 (file)
@@ -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