From 24807e101686f493859a60b72f47e0eeee63ef72 Mon Sep 17 00:00:00 2001 From: schwarze Date: Fri, 3 Apr 2020 10:29:01 +0000 Subject: [PATCH] #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(-) 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