summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-13 07:45:50 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-13 07:45:50 +0000
commit3073846bcf53bfae27ce3f3e829250d6c5f50d05 (patch)
treea5bf2df041753e8bfbe2e32801fc67e9681cef58 /send.c
parent822535edf4b160d9f023fd2026c824ef061f4ea5 (diff)
Clean up dependencies: remailer.h is no longer included by mutt.h,
and the mix_* prototypes can once again go to remailer.h.
Diffstat (limited to 'send.c')
-rw-r--r--send.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/send.c b/send.c
index c9fded20..592dd361 100644
--- a/send.c
+++ b/send.c
@@ -38,6 +38,9 @@
#include "pgp.h"
#endif
+#ifdef MIXMASTER
+#include "remailer.h"
+#endif
static void append_signature (FILE *f)