From 191883cea74b31f4bcc49ff54c9e283c584c9f80 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mandoc_msg.c b/mandoc_msg.c index 4c4fabb9..ff4d8031 100644 --- a/mandoc_msg.c +++ b/mandoc_msg.c @@ -1,4 +1,4 @@ -/* $Id: mandoc_msg.c,v 1.5 2019/01/10 06:29:00 schwarze Exp $ */ +/* $Id: mandoc_msg.c,v 1.6 2019/03/06 15:55:38 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014,2015,2016,2017,2018 Ingo Schwarze @@ -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 v1.2.3-56-ge451