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]
/
local-pull.c
diff --git
a/local-pull.c
b/local-pull.c
index 1eec8927dbfa3af934651b25ded738d192706286..acfcbb69f570d2e4cd6cfb2e2fed030ff9065ef0 100644
(file)
--- a/
local-pull.c
+++ b/
local-pull.c
@@
-5,6
+5,7
@@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
+#include <limits.h>
#include "cache.h"
#include "commit.h"
#include <errno.h>