Skip to content

Commit d9635e9

Browse files
bencliffordJunio C Hamano
authored andcommitted
include header to define uint32_t, necessary on Mac OS X
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 66561f5 commit d9635e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pack-objects.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "tree-walk.h"
1111
#include <sys/time.h>
1212
#include <signal.h>
13+
#include <stdint.h>
1314

1415
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";
1516

sha1_file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "commit.h"
1414
#include "tag.h"
1515
#include "tree.h"
16+
#include <stdint.h>
1617

1718
#ifndef O_NOATIME
1819
#if defined(__linux__) && (defined(__i386__) || defined(__PPC__))

0 commit comments

Comments
 (0)