diff options
Diffstat (limited to '')
-rw-r--r-- | ui-patch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-patch.c b/ui-patch.c index 1da0a27..d93426b 100644 --- a/ui-patch.c +++ b/ui-patch.c @@ -7,6 +7,7 @@ */ #include "cgit.h" +#include "html.h" static void print_line(char *line, int len) { |