$NetBSD: patch-ab,v 1.8 2004/01/20 19:37:45 martin Exp $ --- src/lmtp/lmtp.h.orig 2003-09-10 02:48:03.000000000 +0200 +++ src/lmtp/lmtp.h 2004-01-20 20:30:12.000000000 +0100 @@ -11,10 +11,18 @@ /* * SASL library. */ +#ifdef USE_SASL2_AUTH +#ifndef USE_SASL_AUTH +#define USE_SASL_AUTH +#endif +#include +#include +#else #ifdef USE_SASL_AUTH #include #include #endif +#endif /* * Utility library.