diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-15 01:20:15 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-15 01:20:15 +0200 |
commit | 975bf9cf5ad5d440f98f464ae8124609a4835ce1 (patch) | |
tree | 46949dec51c6df5416b8190bfddc73b226a5dd2f /sha1_file.c | |
parent | Merge branch 'ml/cvs' (diff) | |
parent | include header to define uint32_t, necessary on Mac OS X (diff) | |
download | git-975bf9cf5ad5d440f98f464ae8124609a4835ce1.tar.xz git-975bf9cf5ad5d440f98f464ae8124609a4835ce1.zip |
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 631a605201..3372ebcdca 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__)) |