From 28a8ea566f992cb366ca8bc3d8d30865dce4b2ec Mon Sep 17 00:00:00 2001 From: Wietse Venema Date: Fri, 9 Dec 2005 00:00:00 -0500 Subject: [PATCH] postfix-2.3-20051209 --- postfix/makedefs | 2 +- postfix/src/global/mail_version.h | 2 +- postfix/src/smtpstone/qmqp-sink.c | 1 + postfix/src/smtpstone/smtp-sink.c | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/postfix/makedefs b/postfix/makedefs index d60263612..d8a3426fc 100644 --- a/postfix/makedefs +++ b/postfix/makedefs @@ -401,7 +401,7 @@ CCARGS="$CCARGS -DSNAPSHOT" # Non-production: needs thorough testing, or major changes are still # needed before the code stabilizes. -CCARGS="$CCARGS -DNONPROD" +#CCARGS="$CCARGS -DNONPROD" sed 's/ / /g' < #include #include +#include #ifdef STRCASECMP_IN_STRINGS_H #include diff --git a/postfix/src/smtpstone/smtp-sink.c b/postfix/src/smtpstone/smtp-sink.c index b5f218874..ec84e5953 100644 --- a/postfix/src/smtpstone/smtp-sink.c +++ b/postfix/src/smtpstone/smtp-sink.c @@ -125,6 +125,7 @@ #include #include #include +#include #ifdef STRCASECMP_IN_STRINGS_H #include