diff options
Diffstat (limited to '')
-rw-r--r-- | cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.c b/cache.c index 7860fc7..89f7ecd 100644 --- a/cache.c +++ b/cache.c @@ -7,6 +7,7 @@ */ #include "cgit.h" +#include "cache.h" const int NOLOCK = -1; |