From 19a32a4c143965883bb87247ee3c503bd159f61f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 26 Oct 2009 04:09:45 +0000 Subject: Full `%U' support. `Lk' display fixed. Renamed arg2xxxx as a2xxxx for consistency. Renamed print_foot to print_man_foot for consistency. Removed default printing of `~' when `Lk' not provided (not sure where I got that from). --- mdoc_strings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdoc_strings.c') diff --git a/mdoc_strings.c b/mdoc_strings.c index 9c7d8b83..5ac30111 100644 --- a/mdoc_strings.c +++ b/mdoc_strings.c @@ -20,6 +20,7 @@ #include #include #include +#include #include "libmdoc.h" -- cgit