X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/b1f9b9c1459cb9a30ebf80721aff6ef788d1f891..4c9916043d6aabb8278e0d78f5fa71a59f82889d:/ui-tree.c?ds=sidebyside diff --git a/ui-tree.c b/ui-tree.c index 7912784..2f052c7 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -8,6 +8,7 @@ #include "cgit.h" #include "html.h" +#include "ui-shared.h" char *curr_rev; char *match_path; @@ -35,7 +36,8 @@ static void print_object(const unsigned char *sha1, char *path) } html(" blob: %s",sha1_to_hex(sha1)); html("\n");