> On Dec 8, 2015, at 23:23, Bruce Evans <b...@optusnet.com.au> wrote: > >> 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.
Whups... You're right >.<.. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"