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:
authorBen Clifford <benc@hawaga.org.uk>2006-05-15 00:34:56 +0400
committerJunio C Hamano <junkio@cox.net>2006-05-15 03:19:52 +0400
commitd9635e9c539465792b1920437b52fa8792a71650 (patch)
treeb62cd7fc86637c0fdb9de0c9eb5e362b981558e6 /pack-objects.c
parent66561f5a776f2343331fff5b98adff1000622f42 (diff)
include header to define uint32_t, necessary on Mac OS X
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'pack-objects.c')
-rw-r--r--pack-objects.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pack-objects.c b/pack-objects.c
index a81d609b26..aa2c098617 100644
--- a/pack-objects.c
+++ b/pack-objects.c
@@ -10,6 +10,7 @@
#include "tree-walk.h"
#include <sys/time.h>
#include <signal.h>
+#include <stdint.h>
static const char pack_usage[] = "git-pack-objects [-q] [--no-reuse-delta] [--non-empty] [--local] [--incremental] [--window=N] [--depth=N] {--stdout | base-name} < object-list";