2013-09-26 17:14:40 +02:00

15 lines
264 B
Plaintext

$NetBSD: patch-ab,v 1.1 2011/01/29 22:11:54 markd Exp $
fix build with gcc4.3
--- src/styles.cpp.orig 2006-06-12 16:40:11.000000000 +0000
+++ src/styles.cpp
@@ -24,6 +24,7 @@
#include "wvlog.h"
#include <algorithm>
+#include <cstring>
namespace wvWare
{