[Scummvm-cvs-logs] CVS: scummvm/common str.h,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Wed Nov 13 08:29:01 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv8643/common

Modified Files:
	str.h 
Log Message:
#include headers for strlen & assert

Index: str.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/str.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- str.h	8 Oct 2002 00:11:41 -0000	1.6
+++ str.h	13 Nov 2002 15:40:31 -0000	1.7
@@ -24,6 +24,9 @@
 #include "scummsys.h"
 #include "common/list.h"
 
+#include <assert.h>
+#include <string.h>
+
 namespace ScummVM {
 
 /*





More information about the Scummvm-git-logs mailing list