ports/mail/metamail/files/patch-metamail_mmencode.c
Baptiste Daroussin 54598e668d Prevent collision with getline(3)
While here, regenerate patches
2016-05-13 19:30:14 +00:00

10 lines
280 B
C

--- metamail/mmencode.c.orig 1994-01-26 18:47:37 UTC
+++ metamail/mmencode.c
@@ -13,6 +13,7 @@ OF THIS MATERIAL FOR ANY PURPOSE. IT IS
WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
*/
#include <stdio.h>
+#include <stdlib.h>
#include <config.h>
#ifdef MSDOS
#include <fcntl.h>