[webkit-changes] cvs commit: JavaScriptCore/kjs ustring.cpp
David
hyatt at opensource.apple.com
Fri Dec 16 14:48:19 PST 2005
hyatt 05/12/16 14:48:19
Modified: kjs ustring.cpp
Log:
Add assert.h include to ustring.cpp
Revision Changes Path
1.65 +1 -0 JavaScriptCore/kjs/ustring.cpp
Index: ustring.cpp
===================================================================
RCS file: /cvs/root/JavaScriptCore/kjs/ustring.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ustring.cpp 8 Dec 2005 18:19:27 -0000 1.64
+++ ustring.cpp 16 Dec 2005 22:48:19 -0000 1.65
@@ -25,6 +25,7 @@
#include <config.h>
#endif
+#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
More information about the webkit-changes
mailing list