You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc-4.3.patch

11 lines
278 B

--- src/libxml/node.cxx.orig 2008-04-05 02:55:35.804091000 +0200
+++ src/libxml/node.cxx 2008-04-05 03:09:21.170667965 +0200
@@ -51,6 +51,7 @@
#include <algorithm>
#include <stdexcept>
#include <functional>
+#include <cstring>
// libxml includes
#include <libxml/tree.h>