[sword-svn] r1766 - trunk/include
scribe at crosswire.org
scribe at crosswire.org
Sun Apr 10 13:22:55 MST 2005
Author: scribe
Date: 2005-04-10 13:22:55 -0700 (Sun, 10 Apr 2005)
New Revision: 1766
Modified:
trunk/include/swbuf.h
Log:
added mem.h to header because we use memmove in header now. Maybe we should move this body to the .cpp file.
Modified: trunk/include/swbuf.h
===================================================================
--- trunk/include/swbuf.h 2005-04-08 23:02:44 UTC (rev 1765)
+++ trunk/include/swbuf.h 2005-04-10 20:22:55 UTC (rev 1766)
@@ -25,6 +25,7 @@
#include <defs.h>
#include <stdlib.h>
#include <string.h>
+#include <mem.h>
SWORD_NAMESPACE_START
More information about the sword-cvs
mailing list