Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-22 22:54:17 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-22 22:54:17 +0400
commit6b0c3121061df6b323f430700e8077b324b5e9dd (patch)
treed37bc2285bf562dfaf163462ce3a470cec4a7654 /cache.h
parentca67f002194cfe00ec349c7d4e2c936e35f8c669 (diff)
Include file cleanups..
Add <limits.h> to the include files handled by "cache.h", and remove extraneous #include directives from various .c files. The rule is that "cache.h" gets all the basic stuff, so that we'll have as few system dependencies as possible.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 28e3dbddca..d38d9a848c 100644
--- a/cache.h
+++ b/cache.h
@@ -10,6 +10,7 @@
#include <stdarg.h>
#include <string.h>
#include <errno.h>
+#include <limits.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <netinet/in.h>