blob: b08c792271c2da4ee65a5e8f316466aef5d0646e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- 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"
|