[PATCH] Add #include <limits.h> so that git compiles under Solaris
[gitweb.git] / sha1_file.c
index ee62eee208aad4c0e0247fdfa1c8420c418df272..bf8fd6aa5fd76c119dd1a84cc540a5219e1987e4 100644 (file)
@@ -7,6 +7,7 @@
  * creation etc.
  */
 #include <stdarg.h>
+#include <limits.h>
 #include "cache.h"
 
 #ifndef O_NOATIME