diff options
Diffstat (limited to 'mail/mmc/files/patch-ae')
-rw-r--r-- | mail/mmc/files/patch-ae | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/mmc/files/patch-ae b/mail/mmc/files/patch-ae new file mode 100644 index 0000000..a371e75 --- /dev/null +++ b/mail/mmc/files/patch-ae @@ -0,0 +1,10 @@ +--- src/smtp.cc 2000/07/21 13:33:45 1.1 ++++ src/smtp.cc 2000/07/21 13:34:24 +@@ -20,6 +20,7 @@ + For the complete License see the file COPYING. + */ + ++#include <sys/types.h> + #include<sys/socket.h> + #include<gnome.h> + |