freebsd-ports/mail/postfix22/files/patch-lmtp.h
FUJISHIMA Satsuki 35ea9ae15c update to NON BETA release, 20010228.
PR:		25493
Submitted by:	maintainer
2001-03-04 19:35:00 +00:00

13 lines
273 B
C

--- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001
+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001
@@ -12,8 +12,8 @@
* SASL library.
*/
#ifdef USE_SASL_AUTH
-#include <sasl.h>
-#include <saslutil.h>
+#include <sasl/sasl.h>
+#include <sasl/saslutil.h>
#endif
/*