diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-14 16:20:15 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-14 16:20:15 -0700 |
commit | 975bf9cf5ad5d440f98f464ae8124609a4835ce1 (patch) | |
tree | 46949dec51c6df5416b8190bfddc73b226a5dd2f /sha1_file.c | |
parent | 5f7f211a54cb62fba4f017cdf3b9bc0c3a7843e1 (diff) | |
parent | d9635e9c539465792b1920437b52fa8792a71650 (diff) | |
download | git-975bf9cf5ad5d440f98f464ae8124609a4835ce1.tar.gz git-975bf9cf5ad5d440f98f464ae8124609a4835ce1.tar.xz |
Merge branch 'fix'
* fix:
include header to define uint32_t, necessary on Mac OS X
Diffstat (limited to 'sha1_file.c')
-rw-r--r-- | sha1_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sha1_file.c b/sha1_file.c index 631a60520..3372ebcdc 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -13,6 +13,7 @@ #include "commit.h" #include "tag.h" #include "tree.h" +#include <stdint.h> #ifndef O_NOATIME #if defined(__linux__) && (defined(__i386__) || defined(__PPC__)) |