Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Add #include <limits.h> so that git compiles under Solaris
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index ee62eee208aad4c0e0247fdfa1c8420c418df272..bf8fd6aa5fd76c119dd1a84cc540a5219e1987e4 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-7,6
+7,7
@@
* creation etc.
*/
#include <stdarg.h>
+#include <limits.h>
#include "cache.h"
#ifndef O_NOATIME