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, [EMAIL PROTECTED] 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 > [EMAIL PROTECTED] > http://www.crosswire.org/mailman/listinfo/sword-cvs > _______________________________________________ sword-devel mailing list [EMAIL PROTECTED] http://www.crosswire.org/mailman/listinfo/sword-devel
