From a2ebbd6948da96172108db5e9c02c141923ad05c Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 5 Nov 2007 22:27:43 +0100 Subject: Use utf8::reencode_string from git This replaces the iconv-support in cgit with similar functions already existing in git. Signed-off-by: Lars Hjemli --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 6c7a941..6291c58 100644 --- a/cgit.h +++ b/cgit.h @@ -16,6 +16,7 @@ #include #include #include +#include /* -- cgit v1.2.3-24-g4f1b