Skip to content

Commit

Permalink
fix #60583 - compile failing due to missing definition of svn_version…
Browse files Browse the repository at this point in the history
…_t in newer releases of libsvn

git-svn-id: http://svn.php.net/repository/pecl/svn/trunk@321311 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
roojs committed Dec 22, 2011
1 parent 7fb675d commit 2e7c48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svn.c
Expand Up @@ -43,6 +43,7 @@
#include "svn_utf.h"
#include "svn_time.h"
#include "svn_props.h"
#include "svn_version.h"

ZEND_DECLARE_MODULE_GLOBALS(svn)

Expand Down

0 comments on commit 2e7c48e

Please sign in to comment.