From 608550debabeb1c4786e3dd2ad05d0f28e0556db 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/tag.c b/tag.c index 82fc57f3..a7374d79 100644 --- a/tag.c +++ b/tag.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include -- cgit