source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: This one needs "config.h", too.
@ 2014-07-09  8:20 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-07-09  8:20 UTC (permalink / raw)
  To: source

Log Message:
-----------
This one needs "config.h", too.

Modified Files:
--------------
    mdocml:
        mandoc_aux.c

Revision Data
-------------
Index: mandoc_aux.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc_aux.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lmandoc_aux.c -Lmandoc_aux.c -u -p -r1.2 -r1.3
--- mandoc_aux.c
+++ mandoc_aux.c
@@ -15,6 +15,10 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 
 #include <stdarg.h>
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

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

only message in thread, other threads:[~2014-07-09  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-09  8:20 mdocml: This one needs "config.h", too 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).