<div dir="ltr">Had a look at the C99 spec, according to section 7.18.1.1 ("Exact-width integer types"), the types uint<N>_t should be available in stdint.h itself, inttypes.h on the other hand builds on stdint.h and provides more functionality.<div><br></div><div>I don't see a particular need to include inttypes.h here?</div><div><br></div><div>Cheers,<br><div><br></div><div>/ Asiri</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 13, 2016 at 7:46 PM, Joerg Sonnenberger via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Oct 13, 2016 at 02:32:24PM -0000, Asiri Rathnayake via cfe-commits wrote:<br>
> This missing include seems to cause compilation failures on older MacOS<br>
> versions (< 10.9). This is because r270692 has introduced uint64_t into<br>
> config.h without including this header.<br>
<br>
</span>But that would be inttypes.h, wouldn't it be?<br>
<br>
Joerg<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br></div>