summaryrefslogtreecommitdiff
path: root/databases/bdb-xml/patches/patch-ak
blob: 8f8b00839a9729e662ef47f7c8940eee58da16b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ak,v 1.1 2011/01/29 21:48:41 markd Exp $

fix build with gcc4.3

--- ../src/dbxml/XmlException.cpp.orig	2003-05-09 00:01:57.000000000 +0000
+++ ../src/dbxml/XmlException.cpp
@@ -15,6 +15,8 @@ static const char revid[] = "$Id: XmlExc
 
 #include <string>
 #include <sstream>
+#include <cstring>
+#include <cstdlib>
 
 using namespace DbXml;