On Tue, 8 Dec 2015, Garrett Cooper wrote:

Author: ngie
...

Log:
 Fix compilation when -DDEBUG is defined by adding inttypes.h #include
 for intmax_t

Wrong include.  intmax_t is declared in <stdint.h>.  <inttypes.h> declares
much more and is usually only needed for functions like strtoimax().
<inttypes.h> also declares PRI* and SCN*, but those are only needed in
the garbage.

Bruce
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to