[webkit-dev] Patch for TCPageMap.h

Mark Rowe opendarwin.org at bdash.net.nz
Mon Feb 20 17:41:27 PST 2006


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
> webkit-dev at opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/webkit-dev




More information about the webkit-dev mailing list