mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
83d7454729
Noticed by: kris/amd64 build Approved by: maintainer Build tested on: ia32
9 lines
193 B
C++
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"
|
|
|