source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: this file needs to #include "config.h" because it calls
@ 2019-03-06 15:56 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-03-06 15:56 UTC (permalink / raw)
  To: source

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 <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-06 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06 15:56 mandoc: this file needs to #include "config.h" because it calls schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).