source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: missing <endian.h> reported by Bapt@iste Daroussin, found on
@ 2016-08-05 21:38 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2016-08-05 21:38 UTC (permalink / raw)
  To: source

Log Message:
-----------
missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD

Modified Files:
--------------
    mdocml:
        dba.c

Revision Data
-------------
Index: dba.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/dba.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldba.c -Ldba.c -u -p -r1.3 -r1.4
--- dba.c
+++ dba.c
@@ -18,6 +18,7 @@
  * The interface is defined in "dba.h".
  */
 #include <sys/types.h>
+#include <endian.h>
 #include <errno.h>
 #include <stdint.h>
 #include <stdlib.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:[~2016-08-05 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05 21:38 mdocml: missing <endian.h> reported by Bapt@iste Daroussin, found on 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).