diff options
Diffstat (limited to 'mail/fetchmail/files/patch-aj')
-rw-r--r-- | mail/fetchmail/files/patch-aj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-aj b/mail/fetchmail/files/patch-aj new file mode 100644 index 000000000000..d6e615c2645e --- /dev/null +++ b/mail/fetchmail/files/patch-aj @@ -0,0 +1,9 @@ +diff -ruN ../fetchmail-5.3.0.OLD/md5.h ./md5.h +--- ../fetchmail-5.3.0.OLD/md5.h Sun Dec 19 15:18:14 1999 ++++ ./md5.h Wed Feb 23 23:46:56 2000 +@@ -1,4 +1,5 @@ + #ifndef _MD5_H_ + #define _MD5_H_ ++#include <sys/types.h> + #include <sys/md5.h> + #endif /* _MD5_H_ */ |