tags 678760 patch
thanks
Trivial patch to fix the FTBFS with libsvn-dev 1.7. This is one of
those cases, as we see with major new g++ / libstdc++ releases, where
an include has been missing all along, just not previously noticed.
From: Peter Samuelson <peters@p12n.org>
Subject: Include needed headers
Origin: other (trivial)
Bug-Debian: http://bugs.debian.org/678760
Explicitly include svn_client.h and svn_version.h, as we use
functionality from them. svn_version.h in particular used to be
included indirectly by other svn headers, but no longer is.
a/svn-1.0.1/svn.c
+++ b/svn-1.0.1/svn.c
@@ -33,6 +33,8 @@
#include "php_svn.h"
#include "apr_version.h"
+#include "svn_version.h"
+#include "svn_client.h"
#include "svn_pools.h"
#include "svn_sorts.h"
#include "svn_config.h"
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Replies