freebsd-ports/mail/metamail/files/patch-metamail_mmencode.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
265 B
C

--- metamail/mmencode.c.orig Wed Jan 26 19:47:37 1994
+++ metamail/mmencode.c Mon Dec 18 11:46:22 2006
@@ -13,6 +13,7 @@
WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
*/
#include <stdio.h>
+#include <stdlib.h>
#include <config.h>
#ifdef MSDOS
#include <fcntl.h>