From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 962319f4 for ; Wed, 6 Mar 2019 10:56:08 -0500 (EST) Date: Wed, 6 Mar 2019 10:56:08 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: this file needs to #include "config.h" because it calls X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- this file needs to #include "config.h" because it calls getprogname(); found while testing on Debian jessie Modified Files: -------------- mandoc: mandoc_msg.c Revision Data ------------- Index: mandoc_msg.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/mandoc_msg.c,v retrieving revision 1.5 retrieving revision 1.6 diff -Lmandoc_msg.c -Lmandoc_msg.c -u -p -r1.5 -r1.6 --- mandoc_msg.c +++ 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 -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv