|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | stdlib/fmtmsg.c: missing stdint.h include | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Aurelien Jarno <aurelien> |
| Component: | libc | Assignee: | Carlos O'Donell <carlos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | carlos, glibc-bugs |
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | i686-unknown-gnu0.3 | Target: | i686-unknown-gnu0.3 |
| Build: | i686-unknown-gnu0.3 | Last reconfirmed: | |
|
Description
Aurelien Jarno
2007-02-07 14:18:51 UTC
I've said multiple times that the correct thing to do is to mimic what the other archs do and include the same headers. Otherwise there will always be these kind of problems. Fixed by commit 433f48bf3ba7120b9a16ed4816d630f250ea4d92. Thanks. |