summaryrefslogtreecommitdiff
path: root/mail/postfix26/files/patch-lmtp.h
blob: 86d5975b2b4d780fde19039d5900e4b26b093d09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./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
 
  /*