summaryrefslogtreecommitdiff
path: root/sha1_file.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-05-14 16:20:15 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-14 16:20:15 -0700
commit975bf9cf5ad5d440f98f464ae8124609a4835ce1 (patch)
tree46949dec51c6df5416b8190bfddc73b226a5dd2f /sha1_file.c
parentMerge branch 'ml/cvs' (diff)
parentinclude header to define uint32_t, necessary on Mac OS X (diff)
downloadtgif-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.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__))