Ben Clifford, Sun, May 14, 2006 22:58:33 +0200: > From: Ben Clifford <benc@xxxxxxxxxxxxx> > Date: Sun, 14 May 2006 21:34:56 +0100 > Subject: [PATCH] include header to define uint32_t, necessary on Mac OS X > > --- > > pack-objects.c | 1 + > sha1_file.c | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > 2ee926ab9da67ef2a6ca28bb70954a33d65ba466 > diff --git a/pack-objects.c b/pack-objects.c > index 1b9e7a1..5466b15 100644 > --- a/pack-objects.c > +++ b/pack-objects.c > @@ -10,6 +10,7 @@ #include "csum-file.h" > #include "tree-walk.h" > #include <sys/time.h> > #include <signal.h> > +#include <stdint.h> > BTW, Ben, how did you produce this patch? It has some unusual indentations... - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html