[webkit-dev] Patch for TCPageMap.h
Maciej Stachowiak
mjs at apple.com
Mon Feb 20 17:44:48 PST 2006
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
> webkit-dev at opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/webkit-dev
More information about the webkit-dev
mailing list