From 2dc48867c481f09ce2be74a13a69776d8528efc1 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 3 Apr 2020 10:30:09 +0000 Subject: #include because that is needed before #include ; fixing a build failure of mandoc-portable on Arch Linux reported by Stephen Gregoratto . --- tag.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tag.c b/tag.c index 6595c9d0..a52239b2 100644 --- a/tag.c +++ b/tag.c @@ -1,4 +1,4 @@ -/* $Id: tag.c,v 1.31 2020/04/02 22:12:55 schwarze Exp $ */ +/* $Id: tag.c,v 1.32 2020/04/03 10:30:09 schwarze Exp $ */ /* * Copyright (c) 2015,2016,2018,2019,2020 Ingo Schwarze * @@ -24,6 +24,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3-56-ge451