diff options
Diffstat (limited to 'mail/bincimap/files/patch-src_convert.h')
-rw-r--r-- | mail/bincimap/files/patch-src_convert.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/bincimap/files/patch-src_convert.h b/mail/bincimap/files/patch-src_convert.h new file mode 100644 index 000000000000..75f0a9dc998c --- /dev/null +++ b/mail/bincimap/files/patch-src_convert.h @@ -0,0 +1,11 @@ +--- src/convert.h.orig 2005-02-08 20:30:22 UTC ++++ src/convert.h +@@ -43,6 +43,8 @@ + #include <iostream> + + #include <stdio.h> ++#include <stdlib.h> ++#include <string.h> + #include <sys/stat.h> + + #include "address.h" |