From b2c007186786c39693d42d18a1e491aa2e7defce Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 21 Apr 2005 11:21:33 -0700 Subject: Include in commit.c for ULONG_MAX. Remove old "revision.h". The old revision.h helper header isn't used any more, but I never noticed it until I started grepping for ULONG_MAX users. --- commit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'commit.c') diff --git a/commit.c b/commit.c index eda45d7e15..9f0668eb68 100644 --- a/commit.c +++ b/commit.c @@ -1,6 +1,7 @@ #include "commit.h" #include "cache.h" #include +#include const char *commit_type = "commit"; -- cgit v1.2.1