Merge branch 'fix'

* fix:
  include header to define uint32_t, necessary on Mac OS X
This commit is contained in:
Junio C Hamano
2006-05-14 16:20:15 -07:00
2 changed files with 2 additions and 0 deletions

View File

@ -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__))