summaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c
index 1e3109edd..590518e69 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -188,7 +188,7 @@ void MailEnd(MailInfo * mail)
return;
}
-#ifdef HAVE_FORK
+#if HAVE_FORK
if (ForkForMail && !(pid = fork()))
{
pclose(mail->pipe);