14 lines
264 B
Text
14 lines
264 B
Text
$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
|
|
{
|