diff options
Diffstat (limited to 'mail/balsa2/files/patch-libbalsa::address-book-ldap.c')
-rw-r--r-- | mail/balsa2/files/patch-libbalsa::address-book-ldap.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/balsa2/files/patch-libbalsa::address-book-ldap.c b/mail/balsa2/files/patch-libbalsa::address-book-ldap.c new file mode 100644 index 000000000000..1205fd60b698 --- /dev/null +++ b/mail/balsa2/files/patch-libbalsa::address-book-ldap.c @@ -0,0 +1,11 @@ +--- libbalsa/address-book-ldap.c Mon Nov 19 03:41:21 2001 ++++ libbalsa/address-book-ldap.c.new Sun Dec 16 12:59:34 2001 +@@ -31,7 +31,7 @@ + #include <sys/time.h> + #include <lber.h> + #include <ldap.h> +-#include <iconv.h> ++#include <giconv.h> + + #include "address-book.h" + #include "address-book-ldap.h" |