diff options
Diffstat (limited to 'mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff')
-rw-r--r-- | mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff b/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff new file mode 100644 index 000000000000..5eea117f4083 --- /dev/null +++ b/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff @@ -0,0 +1,10 @@ +--- lmtp2nntp_msg.c.orig Wed Oct 19 19:16:23 2005 ++++ lmtp2nntp_msg.c Wed Oct 19 19:16:34 2005 +@@ -28,6 +28,7 @@ + + #include <stdlib.h> + #include <stdio.h> ++#include <time.h> + + #include "lmtp2nntp_msg.h" + #include "lmtp2nntp_argz.h" |