In the future, it is best to use this construction:
#define APR_WANT_STRFUNC
#include <apr_want.h>
On some platforms, stuff is in string.h. On others, it is strings.h. APR
will figure out the right place for you.
Cheers,
-g
On Thu, Aug 16, 2001 at 02:17:28AM -0000, kfogel@tigris.org wrote:
> User: kfogel
> Date: 01/08/15 19:17:28
>
> Modified: subversion/libsvn_repos node_tree.c
> Log:
> #include <string.h>, for strcmp().
>
> Revision Changes Path
> 1.3 +1 -0 subversion/subversion/libsvn_repos/node_tree.c
>
> http://subversion.tigris.org/source/browse/subversion/subversion/libsvn_repos/node_tree.c.diff?r1=1.2&r2=1.3
>
> (In the diff below, changes in quantity of whitespace are not shown.)
>
> Index: node_tree.c
> ===================================================================
> RCS file: /usr/local/tigris/data/helm/cvs/repository/subversion/subversion/libsvn_repos/node_tree.c,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -b -r1.2 -r1.3
> --- node_tree.c 2001/08/15 22:25:55 1.2
> +++ node_tree.c 2001/08/16 02:17:28 1.3
> @@ -18,6 +18,7 @@
>
>
> #include <stdio.h>
> +#include <string.h>
> #include "apr_pools.h"
> #include "svn_types.h"
> #include "svn_error.h"
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cvs-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: cvs-help@subversion.tigris.org
--
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:36 2006