This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [COMMITTED PATCH] Add missing #include in get-rounding-mode.h
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Will Newton <will dot newton at linaro dot org>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Tue, 24 Jun 2014 13:17:04 -0700 (PDT)
- Subject: Re: [COMMITTED PATCH] Add missing #include in get-rounding-mode.h
- Authentication-results: sourceware.org; auth=none
- References: <20140623210855 dot C470A2C39AB at topped-with-meat dot com> <CANu=Dmha4wxoGk_gNq5UWiHOo_VkpuRyNUsaaL4tT60EhPZDxg at mail dot gmail dot com>
The nest of implicit includes is beyond anyone's keeping track of, so
miscellaneous cleanups can have this effect and it's not a big deal to
fix it up. It could well have been someone else's change after yours
that somehow made the difference. Everyone should just remember to look
for warnings. (It will get much easier to notice them again when we clean
up the -Wundef fallout.)
Thanks,
Roland