freebsd-ports/mail/metamail/files/patch-richmail_richlex.c
Rong-En Fan ce64dc58a7 - Make gcc4 happy
PR:		ports/106818
Submitted by:	Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer)
2006-12-19 01:48:53 +00:00

10 lines
303 B
C

--- richmail/richlex.c.orig Thu Feb 3 03:29:37 1994
+++ richmail/richlex.c Mon Dec 18 11:46:22 2006
@@ -42,6 +42,7 @@
-------------------------------------------------------------------------*/
#include <stdio.h>
+#include <string.h>
#include <ctype.h>
#include "richlex.h"
#include "richset.h"