[webkit-dev] Patch for TCPageMap.h

Mike Emmel mike.emmel at gmail.com
Mon Feb 20 17:38:22 PST 2006


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"



More information about the webkit-dev mailing list