blob: aece1f7000e52aa9b824f5f58ef7393ec02722c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.5 2006/09/24 16:04:00 joerg Exp $
--- include/svncpp/path.hpp.orig 2006-09-24 17:50:18.000000000 +0000
+++ include/svncpp/path.hpp
@@ -29,6 +29,8 @@
// stl
#include <string>
+#undef isset
+
namespace svn
{
/**
|