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