mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
PR: ports/133434 ports/133436 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Approved by: tabthorpe (co-mentor)
12 lines
228 B
C++
12 lines
228 B
C++
--- svn/Property.h.orig 2006-01-17 15:40:34.000000000 -0500
|
|
+++ svn/Property.h 2009-04-06 14:40:42.000000000 -0400
|
|
@@ -17,8 +17,7 @@
|
|
#include <vector>
|
|
|
|
// svn
|
|
-struct svn_prop_t;
|
|
-
|
|
+#include <svn_props.h>
|
|
|
|
namespace svn
|
|
{
|