aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix21/files/patch-ej
blob: 6c5cf2e237580968e6f340c2d0aab5f5a66c3e7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*** ./src/smtp/smtp.h.orig	Thu Sep 14 13:04:43 2000
--- ./src/smtp/smtp.h	Thu Sep 14 13:04:53 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
  
   /*