diff options
Diffstat (limited to 'mail/mmc/files/patch-ad')
-rw-r--r-- | mail/mmc/files/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/mmc/files/patch-ad b/mail/mmc/files/patch-ad new file mode 100644 index 000000000000..ac391ca228e9 --- /dev/null +++ b/mail/mmc/files/patch-ad @@ -0,0 +1,10 @@ +--- src/pop3.cc 2000/07/21 13:31:58 1.1 ++++ src/pop3.cc 2000/07/21 13:32:56 +@@ -26,6 +26,7 @@ + */ + + #include <sys/types.h> ++#include <sys/socket.h> + #include <sys/stat.h> + #include <netinet/in.h> + #include <arpa/inet.h> |