From 2ba5f4492134398f4f2b50190b386285bd9c05f8 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 6 Mar 2019 15:55:38 +0000 Subject: this file needs to #include "config.h" because it calls getprogname(); found while testing on Debian jessie --- mandoc_msg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mandoc_msg.c') diff --git a/mandoc_msg.c b/mandoc_msg.c index 1a133f1c..26ee72a2 100644 --- a/mandoc_msg.c +++ b/mandoc_msg.c @@ -15,6 +15,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "config.h" + #include #include #include -- cgit