[sword-devel] Re: [sword-cvs] sword/include swbuf.h,1.35,1.36
Daniel Glassey
danglassey at ntlworld.com
Wed May 5 07:55:37 MST 2004
Could whoever committed this please add an ifdef around "#include
<mem.h>" for whatever platform it is required on - it does not exist on
all platforms so it breaks anywhere where that is the case.
Regards,
Daniel
On Tue, 2004-05-04 at 08:03, sword at www.crosswire.org wrote:
> Update of /cvs/core/sword/include
> In directory www:/tmp/cvs-serv28674/include
>
> Modified Files:
> swbuf.h
> Log Message:
> no message
>
> Index: swbuf.h
> ===================================================================
> RCS file: /cvs/core/sword/include/swbuf.h,v
> retrieving revision 1.35
> retrieving revision 1.36
> diff -u -d -r1.35 -r1.36
> --- swbuf.h 15 Apr 2004 11:17:52 -0000 1.35
> +++ swbuf.h 4 May 2004 07:03:44 -0000 1.36
> @@ -25,6 +25,7 @@
> #include <defs.h>
> #include <stdlib.h>
> #include <string.h>
> +#include <mem.h>
>
> SWORD_NAMESPACE_START
>
>
>
> _______________________________________________
> sword-cvs mailing list
> sword-cvs at crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-cvs
>
More information about the sword-devel
mailing list