summaryrefslogtreecommitdiff
path: root/mail/postfix1/files/patch-ei
blob: 3029372b746e9492e3df634c5901743ad1a632c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*** ./src/smtpd/smtpd.h.orig	Thu Sep 14 10:17:23 2000
--- ./src/smtpd/smtpd.h	Thu Sep 14 10:17:38 2000
***************
*** 12,19 ****
    * SASL library.
    */
  #ifdef USE_SASL_AUTH
! #include <sasl.h>
! #include <saslutil.h>
  #endif
  
   /*
--- 12,19 ----
    * SASL library.
    */
  #ifdef USE_SASL_AUTH
! #include <sasl/sasl.h>
! #include <sasl/saslutil.h>
  #endif
  
   /*