Bug 20545
| Summary: | missing #include <unistd.h> in JavaScriptCore/VM/SamplingTool.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Landry Breuil <landry> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Other | ||
Landry Breuil
with r35941, there is a missing #include <unistd.h> somewhere in JavaScriptCore/VM/SamplingTool.cpp to define usleep(), at least here on OpenBSD. Was building fine with r35249, now it complains about the missing prototype.
Thanks,
Landry
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Fix committed revision 35965.