i...@apache.org writes: > Author: ivan > Date: Tue Jun 15 10:37:09 2010 > New Revision: 954797 > > URL: http://svn.apache.org/viewvc?rev=954797&view=rev > Log: > Write update request body to file, to able resend it if needed. > > * subversion/libsvn_ra_serf/update.c > (): Include apr_version.h.
You need private/svn_dep_compat.h since APR_VERSION_AT_LEAST was only introduced in 1.3. > +#if APR_VERSION_AT_LEAST(1, 3, 0) > + apr_file_buffer_set(report->body_file, NULL, 0); > +#endif -- Philip