blob: 6e92ad45834b5968d377dccc08788c4557c7d398 (
plain)
1
2
3
4
5
6
7
8
9
|
$NetBSD: patch-az,v 1.1 2004/02/18 23:09:03 kristerw Exp $
--- PaintInterface/Picture.cc.orig Wed Feb 18 23:51:42 2004
+++ PaintInterface/Picture.cc Wed Feb 18 23:51:58 2004
@@ -1,3 +1,4 @@
+#include <string.h>
#include "Picture.hh"
Picture * Picture::CreateCopy()
|