1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build with modern compilers

Approved by:	portmgr (blanket)
This commit is contained in:
Renato Botelho 2014-05-15 15:25:38 +00:00
parent 1bc4cb6443
commit 36fa212862
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354138

View File

@ -0,0 +1,10 @@
--- courier/cdfilters.C.orig 2014-05-15 12:11:32.000000000 -0300
+++ courier/cdfilters.C 2014-05-15 12:11:44.000000000 -0300
@@ -13,6 +13,7 @@
#include <unistd.h>
#endif
#include <stdlib.h>
+#include <string.h>
#include <errno.h>
#include <ctype.h>