]> git.ipfire.org Git - thirdparty/git.git/commit - git-compat-util.h
Use inttypes.h rather than stdint.h.
authorJason Riedy <ejr@EECS.Berkeley.EDU>
Thu, 25 Jan 2007 21:11:40 +0000 (13:11 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 26 Jan 2007 08:03:23 +0000 (00:03 -0800)
commit007e2ba65902b484fc65a313e54594a009841740
tree6aa04ca951ae0fef99ce3260e2b3e97398ad5852
parentaf67e91c39aff2d955e9c325c6c4e843d5faef60
Use inttypes.h rather than stdint.h.

Older Solaris machines lack stdint.h but have inttypes.h.
The standard has inttypes.h including stdint.h, so at worst
this pollutes the namespace a bit.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-compat-util.h