source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: revert previous; i missed that config.h needs sys/types.h and
@ 2014-08-11  2:21 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-08-11  2:21 UTC (permalink / raw)
  To: source

Log Message:
-----------
revert previous; i missed that config.h needs sys/types.h and stdio.h
for itself because it uses size_t and FILE...

Modified Files:
--------------
    mdocml:
        config.h.pre

Revision Data
-------------
Index: config.h.pre
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/config.h.pre,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lconfig.h.pre -Lconfig.h.pre -u -p -r1.5 -r1.6
--- config.h.pre
+++ config.h.pre
@@ -4,3 +4,6 @@
 #if defined(__linux__) || defined(__MINT__)
 # define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */
 #endif
+
+#include <sys/types.h>
+#include <stdio.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-08-11  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11  2:21 mdocml: revert previous; i missed that config.h needs sys/types.h and 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).