Skip to content

Commit

Permalink
include header to define uint32_t, necessary on Mac OS X
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Ben Clifford authored and Junio C Hamano committed May 14, 2006
1 parent 66561f5 commit d9635e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pack-objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
1 change: 1 addition & 0 deletions sha1_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__))
Expand Down

0 comments on commit d9635e9

Please sign in to comment.