Closed
Bug 1242151
Opened 9 years ago
Closed 9 years ago
Add missing stdarg.h for va_list
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: gaston, Unassigned)
References
Details
Attachments
(1 file)
Similar to 1113973, build fails on OpenBSD (and i think FreeBSD too) since 10 day (see http://buildbot.rhaalovely.net/builders/mozilla-central-amd64/builds/1609/steps/build/logs/stdio for the log) - see http://buildbot.rhaalovely.net/builders/mozilla-central-amd64 for the last builds. It happens since the 14, i suppose more stuff started using Logging.h.
Trivial fix is to include stdarg.h.
Reporter | ||
Updated•9 years ago
|
Attachment #8711337 -
Flags: review?(erahm)
Comment 1•9 years ago
|
||
Comment on attachment 8711337 [details]
logging-stdarg
Sorry about the bustage! r=me
Attachment #8711337 -
Flags: review?(erahm) → review+
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•