[Webkit-unassigned] [Bug 7397] New: TCPageMap.h would not compile for me because string.h was missing

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Feb 20 17:54:39 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7397

           Summary: TCPageMap.h would not compile for me because string.h
                    was missing
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: JavaScript
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: mike.emmel at gmail.com


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"


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list