source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: including <ohash.h> requires including <stdint.h> beforehand;
@ 2015-10-19 18:59 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-10-19 18:59 UTC (permalink / raw)
  To: source

Log Message:
-----------
including <ohash.h> requires including <stdint.h> beforehand;
noticed by Svyatoslav Mishyn <juef at openmailbox dot org>

Modified Files:
--------------
    mdocml:
        mandoc_ohash.c

Revision Data
-------------
Index: mandoc_ohash.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/mandoc_ohash.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lmandoc_ohash.c -Lmandoc_ohash.c -u -p -r1.1 -r1.2
--- mandoc_ohash.c
+++ mandoc_ohash.c
@@ -16,6 +16,7 @@
  */
 #include <sys/types.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <stdlib.h>
 
 #include "mandoc_aux.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:[~2015-10-19 18:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-19 18:59 mdocml: including <ohash.h> requires including <stdint.h> beforehand; 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).