-rw-r--r-- | ui-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,12 +5,13 @@ * Licensed under GNU General Public License v2 * (see COPYING for full license text) */ #include "cgit.h" #include "html.h" +#include "ui-shared.h" char *curr_rev; char *match_path; int header = 0; static void print_object(const unsigned char *sha1, char *path) |