]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-blob.c
Introduce html.h
[ps-cgit] / ui-blob.c
index f5b844b6da4287a9bd05a55ea9872fa2d8c8283a..be4fb88b690bbb04beb9fd371b1df2bcbe12a8d2 100644 (file)
--- a/ui-blob.c
+++ b/ui-blob.c
@@ -1,4 +1,13 @@
+/* ui-blob.c: show blob content
+ *
+ * Copyright (C) 2008 Lars Hjemli
+ *
+ * Licensed under GNU General Public License v2
+ *   (see COPYING for full license text)
+ */
+
 #include "cgit.h"
+#include "html.h"
 
 void cgit_print_blob(struct cacheitem *item, const char *hex, char *path)
 {