Bug 44005 - Clean build of WebKitTestRunner fails with “'size_t' has not been declared” in WKArray.h
Summary: Clean build of WebKitTestRunner fails with “'size_t' has not been declared” i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-13 22:32 PDT by mitz
Modified: 2010-08-14 01:39 PDT (History)
1 user (show)

See Also:


Attachments
Include ctype.h (903 bytes, patch)
2010-08-13 22:33 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-08-13 22:32:25 PDT
A clean debug build of WebKitTestRunner on Mac OS X 10.6 fails with and error like “'size_t' has not been declared” in WKArray.h.
Comment 1 mitz 2010-08-13 22:33:47 PDT
Created attachment 64406 [details]
Include ctype.h
Comment 2 mitz 2010-08-14 01:39:37 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/65363>.