Fix AIX compilation error related to printf macros
authorMike Seplowitz <mseplowitz@bloomberg.net>
Tue, 13 Jan 2015 00:13:39 +0000 (19:13 -0500)
committerMike Seplowitz <mseplowitz@bloomberg.net>
Wed, 19 Aug 2015 12:43:58 +0000 (08:43 -0400)
commit164e7f9494a7a9b9c6ec38b4cd4700bdb2aec1c5
tree81abf3cf397497f8a3059b0b3bf344affcd4acdb
parentda4e98b715c3e7cdf8bcc26f49868772daae7ff5
Fix AIX compilation error related to printf macros

On AIX, inttypes.h gets indirectly included by build_log.h.
It's easiest just to ask for the printf format macros right away.
src/build_log.cc