diff options
Diffstat (limited to 'mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c')
-rw-r--r-- | mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c new file mode 100644 index 000000000000..d5806c41d0c5 --- /dev/null +++ b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c @@ -0,0 +1,13 @@ +--- lib/e2k-autoconfig.c.orig Tue May 11 11:09:03 2004 ++++ lib/e2k-autoconfig.c Tue Jun 1 20:47:50 2004 +@@ -25,6 +25,10 @@ + + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> ++#include <arpa/inet.h> + #include <resolv.h> + #include <arpa/nameser.h> + |