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

10 lines
259 B
C

--- richmail/richset.c.orig 1992-10-21 18:04:19 UTC
+++ richmail/richset.c
@@ -34,6 +34,7 @@
-------------------------------------------------------------------------*/
#include <stdio.h>
+#include <stdlib.h>
#include "richlex.h"
#include "richset.h"