freebsd-ports/mail/vmailmgr/files/patch-lib:misc:exec.cc
Alexander Leidinger 83d7454729 Fix build with gcc 3.x.
Noticed by:		kris/amd64 build
Approved by:		maintainer
Build tested on:	ia32
2004-02-02 14:17:24 +00:00

10 lines
268 B
C++

--- lib/misc/exec.cc.orig Mon Feb 2 14:31:16 2004
+++ lib/misc/exec.cc Mon Feb 2 14:31:41 2004
@@ -17,6 +17,7 @@
#include <config.h>
#include <errno.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>