-rw-r--r-- | cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,16 +2,17 @@ * * Copyright (C) 2006 Lars Hjemli * * Licensed under GNU General Public License v2 * (see COPYING for full license text) */ #include "cgit.h" +#include "cache.h" const int NOLOCK = -1; char *cache_safe_filename(const char *unsafe) { static char buf[4][PATH_MAX]; static int bufidx; char *s; |