On Feb 20, 2006, at 5:38 PM, Mike Emmel wrote:
TCPageMap.h would not compile for me because string.h was missing thus
not picking up memset
1) On what platform?
2) Please submit patches by attaching to a bug in http://
bugzilla.opendarwin.org and mark the "review?" flag.
(This is a straightforward looking patch, but patches that only exist
in email can get lost.)
Regards,
Maciej
Index: JavaScriptCore/kxmlcore/TCPageMap.h
===================================================================
--- JavaScriptCore/kxmlcore/TCPageMap.h (revision 12896)
+++ JavaScriptCore/kxmlcore/TCPageMap.h (working copy)
@@ -53,6 +53,7 @@
#else
#include <sys/types.h>
#endif
+#include <string.h>
#include "kxmlcore/Assertions.h"
_______________________________________________
webkit-dev mailing list
[email protected]
http://www.opendarwin.org/mailman/listinfo/webkit-dev
_______________________________________________
webkit-dev mailing list
[email protected]
http://www.opendarwin.org/mailman/listinfo/webkit-dev