From 007e2ba65902b484fc65a313e54594a009841740 Mon Sep 17 00:00:00 2001 From: Jason Riedy Date: Thu, 25 Jan 2007 13:11:40 -0800 Subject: 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 Signed-off-by: Junio C Hamano diff --git a/git-compat-util.h b/git-compat-util.h index bf3ceb8..c1bcb00 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -46,7 +46,7 @@ #include #include #include -#include +#include #undef _ALL_SOURCE /* AIX 5.3L defines a struct list with _ALL_SOURCE. */ #include #define _ALL_SOURCE 1 -- cgit v0.10.2-6-g49f6