[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] fix for a missing include

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-08 02:24:52 CET

Philip Martin <philip@codematters.co.uk> writes:

> Momchil Velikov <velco@fadata.bg> writes:
>
> > Index: svn_xml.h
> > ===================================================================
> > --- svn_xml.h (revision 3672)
> > +++ svn_xml.h (working copy)
> > @@ -24,6 +24,8 @@
> > #include <apr_pools.h>
> > #include <apr_hash.h>
> >
> > +#include "svn_private_config.h"
> > +
> > #ifdef SVN_HAVE_OLD_EXPAT
> > #include "xmlparse.h"
> > #else
>
> Applied in rev 3690, thanks.

And reverted in 3691 :-/

The problem is that svn_xml.h is installed, but svn_private_config.h
isn't. I don't know how we should handle this.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 02:25:32 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.