source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: NULL requires <stddef.h>
@ 2018-08-15  2:49 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2018-08-15  2:49 UTC (permalink / raw)
  To: source

Log Message:
-----------
NULL requires <stddef.h>

Modified Files:
--------------
    mandoc:
        test-stringlist.c

Revision Data
-------------
Index: test-stringlist.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/test-stringlist.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ltest-stringlist.c -Ltest-stringlist.c -u -p -r1.2 -r1.3
--- test-stringlist.c
+++ test-stringlist.c
@@ -15,6 +15,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <stddef.h>
 #include <stringlist.h>
 
 int
--
 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:[~2018-08-15  2:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-15  2:49 mandoc: NULL requires <stddef.h> 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).