diff options
Diffstat (limited to 'cache.c')
-rw-r--r-- | cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include "cgit.h" | 9 | #include "cgit.h" |
10 | #include "cache.h" | ||
10 | 11 | ||
11 | const int NOLOCK = -1; | 12 | const int NOLOCK = -1; |
12 | 13 | ||