From 45ef767ff4af4a0d4f95d159263e28a7410d06d9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 3 Apr 2020 10:29:02 +0000 Subject: #include because that is needed before #include ; fixing a build failure of mandoc-portable on Arch Linux reported by Stephen Gregoratto . --- usr.bin/mandoc/tag.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/mandoc') diff --git a/usr.bin/mandoc/tag.c b/usr.bin/mandoc/tag.c index 08f67662197..7de2616118c 100644 --- a/usr.bin/mandoc/tag.c +++ b/usr.bin/mandoc/tag.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tag.c,v 1.31 2020/04/02 22:10:27 schwarze Exp $ */ +/* $OpenBSD: tag.c,v 1.32 2020/04/03 10:29:01 schwarze Exp $ */ /* * Copyright (c) 2015,2016,2018,2019,2020 Ingo Schwarze * @@ -22,6 +22,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3