mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4229c6179c
2003/01/08 and Postfix version 1.1.12. Some folks haven't moved on to Postfix 2.x it seems. Requested by: diviner17@yahoo.com
14 lines
275 B
C
14 lines
275 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 <sasl1/sasl.h>
|
|
+#include <sasl1/saslutil.h>
|
|
#endif
|
|
|
|
/*
|