Hi Mike,
Patches such as these would best be filed in Bugzilla (http://
webkit.org/new-bug) so that they don't get lost in the shuffle of the
mailing list.
Kind regards,
Mark Rowe
On 21/02/2006, at 14:38, Mike Emmel wrote:
TCPageMap.h would not compile for me because string.h was missing thus
not picking up memset
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