From 45125ba202b3ffc9d0c79af5dd63dce1fabcc6bb Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 21 Sep 2009 13:43:21 +0000 Subject: getsubopt() is in unistd.h, not stdlib.h (error in xBSD manuals). --- html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index e16f67c9..17d22b7e 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.44 2009/09/21 13:42:01 kristaps Exp $ */ +/* $Id: html.c,v 1.45 2009/09/21 13:43:21 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -23,6 +23,7 @@ #include #include #include +#include #include "chars.h" #include "mdoc.h" -- cgit v1.2.3-56-ge451