[PATCH] Fix broken diff-cache output on added files
[git.git] / commit.c
index eda45d7..9f0668e 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";