[sword-svn] r1930 - trunk/include
scribe at crosswire.org
scribe at crosswire.org
Sun Jun 11 13:44:29 MST 2006
Author: scribe
Date: 2006-06-11 13:44:27 -0700 (Sun, 11 Jun 2006)
New Revision: 1930
Modified:
trunk/include/swbuf.h
Log:
fix compile problem on linux
Modified: trunk/include/swbuf.h
===================================================================
--- trunk/include/swbuf.h 2006-06-11 07:12:08 UTC (rev 1929)
+++ trunk/include/swbuf.h 2006-06-11 20:44:27 UTC (rev 1930)
@@ -25,7 +25,9 @@
#include <defs.h>
#include <stdlib.h>
#include <string.h>
+#ifdef WIN32
#include <mem.h>
+#endif
SWORD_NAMESPACE_START
More information about the sword-cvs
mailing list