diff options
Diffstat (limited to '')
-rw-r--r-- | ui-blob.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-blob.c b/ui-blob.c index 3b29132..11589db 100644 --- a/ui-blob.c +++ b/ui-blob.c @@ -8,6 +8,7 @@ #include "cgit.h" #include "html.h" +#include "ui-shared.h" void cgit_print_blob(const char *hex, char *path) { |