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

10 lines
277 B
C

--- richmail/richlex.c.orig 1994-02-03 02:29:37 UTC
+++ richmail/richlex.c
@@ -42,6 +42,7 @@
-------------------------------------------------------------------------*/
#include <stdio.h>
+#include <string.h>
#include <ctype.h>
#include "richlex.h"
#include "richset.h"