summaryrefslogtreecommitdiff
path: root/sha1_file.c
diff options
context:
space:
mode:
authorBen Clifford <benc@hawaga.org.uk>2006-05-14 20:34:56 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-05-14 23:19:52 (GMT)
commitd9635e9c539465792b1920437b52fa8792a71650 (patch)
treeb62cd7fc86637c0fdb9de0c9eb5e362b981558e6 /sha1_file.c
parent66561f5a776f2343331fff5b98adff1000622f42 (diff)
downloadgit-d9635e9c539465792b1920437b52fa8792a71650.zip
git-d9635e9c539465792b1920437b52fa8792a71650.tar.gz
git-d9635e9c539465792b1920437b52fa8792a71650.tar.bz2
include header to define uint32_t, necessary on Mac OS X
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 642c45a..673c58d 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__))