1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/mail/vmailmgr/files/patch-lib:mystring:append.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

9 lines
193 B
C++

--- lib/mystring/append.cc.orig Mon Feb 2 14:41:33 2004
+++ lib/mystring/append.cc Mon Feb 2 14:41:52 2004
@@ -1,3 +1,5 @@
+#include <string.h>
+
#include "mystring.h"
#include "trace.h"