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]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 95488cdd9f026f897c688428f7090aa59d099bad..748ab4a2fbd44ee43448b2db4efa2e5826b5e472 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-4,6
+4,7
@@
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
+#include <limits.h>
#include "cache.h"
#include "diff.h"