summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 66561f5)
raw | patch | inline | side by side (parent: 66561f5)
author | Ben Clifford <benc@hawaga.org.uk> | |
Sun, 14 May 2006 20:34:56 +0000 (21:34 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 14 May 2006 23:19:52 +0000 (16:19 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-objects.c | patch | blob | history | |
sha1_file.c | patch | blob | history |
diff --git a/pack-objects.c b/pack-objects.c
index a81d609b26d42fa5e35879a11d7716116850882d..aa2c09861721216b4631cbc6aeb165acac54efce 100644 (file)
--- a/pack-objects.c
+++ b/pack-objects.c
#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";
diff --git a/sha1_file.c b/sha1_file.c
index 642c45ad75e166c37ddbfa77b0605f8597639508..673c58d4507bad82418a0de30b429fbad6385a5d 100644 (file)
--- a/sha1_file.c
+++ b/sha1_file.c
#include "commit.h"
#include "tag.h"
#include "tree.h"
+#include <stdint.h>
#ifndef O_NOATIME
#if defined(__linux__) && (defined(__i386__) || defined(__PPC__))