Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-15 03:20:15 +0400
committerJunio C Hamano <junkio@cox.net>2006-05-15 03:20:15 +0400
commit975bf9cf5ad5d440f98f464ae8124609a4835ce1 (patch)
tree46949dec51c6df5416b8190bfddc73b226a5dd2f /sha1_file.c
parent5f7f211a54cb62fba4f017cdf3b9bc0c3a7843e1 (diff)
parentd9635e9c539465792b1920437b52fa8792a71650 (diff)
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.c1
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__))