blob: 22715122032330bcb3cdb69d206c063651f365c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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
{
|