-rw-r--r-- | ui-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,16 +3,17 @@ * Copyright (C) 2006 Lars Hjemli * * 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) { enum object_type type; |