1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/mail/vmailmgr/files/patch-lib:misc:keystrlist.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

11 lines
337 B
C++

--- lib/misc/keystrlist.cc.orig Mon Feb 2 14:33:33 2004
+++ lib/misc/keystrlist.cc Mon Feb 2 14:33:55 2004
@@ -15,6 +15,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <config.h>
+#include <string.h>
#include "strlist.h"
void keystrlist::set(const mystring& var, const mystring& val)