Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".
[gitweb.git]
/
commit.c
diff --git
a/commit.c
b/commit.c
index eda45d7e15358ed6f2cd0502de2a08987307fc98..9f0668eb68cec56a738a58fe930ae0ae2960e2b2 100644
(file)
--- a/
commit.c
+++ b/
commit.c
@@
-1,6
+1,7
@@
#include "commit.h"
#include "cache.h"
#include <string.h>
+#include <limits.h>
const char *commit_type = "commit";