summaryrefslogtreecommitdiffabout
path: root/ui-tag.c
Side-by-side diff
Diffstat (limited to 'ui-tag.c') (more/less context) (show whitespace changes)
-rw-r--r--ui-tag.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-tag.c b/ui-tag.c
index 6d761f3..ab2c66d 100644
--- a/ui-tag.c
+++ b/ui-tag.c
@@ -2,17 +2,18 @@
*
* Copyright (C) 2007 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"
static void print_tag_content(char *buf)
{
char *p;
if (!buf)
return;