summaryrefslogtreecommitdiff
path: root/sha1_file.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-05-14 16:39:14 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-14 16:39:14 -0700
commitc621197a20d42b6b9115d7031bdb49e24f961898 (patch)
tree2cab7ba24afa0566325578946c8d338e09d42c10 /sha1_file.c
parentMerge branch 'lt/config' into next (diff)
parentgit diff: support "-U" and "--unified" options properly (diff)
downloadtgif-c621197a20d42b6b9115d7031bdb49e24f961898.tar.xz
Merge branch 'lt/diff' into next
* lt/diff: git diff: support "-U" and "--unified" options properly 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__))