git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Adding limits.h to cache.h in order to compile under Solaris
@ 2005-05-21  9:13 Thomas Glanzmann
  0 siblings, 0 replies; only message in thread
From: Thomas Glanzmann @ 2005-05-21  9:13 UTC (permalink / raw)
  To: GIT

diff-tree 1ede81fa79aa5bd656f2b2aae3541719d306698d (from 559967c6d4fa3bab269d4a22d2db23f70e0156b7)
Author: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Date:   Sat May 21 10:50:22 2005 +0200
    
    Adding limits.h to cache.h in order to compile under Solaris

diff --git a/cache.h b/cache.h
--- a/cache.h
+++ b/cache.h
@@ -2,6 +2,7 @@
 #define CACHE_H
 
 #include <unistd.h>
+#include <limits.h>
 #include <stdio.h>
 #include <sys/stat.h>
 #include <fcntl.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-21  9:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-21  9:13 [PATCH] Adding limits.h to cache.h in order to compile under Solaris Thomas Glanzmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).