cmark

My personal build of CMark ✏️

Commit
3a4e743be3c32ddfc36e5f868709bc077ae54c90
Parent
c4c29cd41ac311436f02b8e1915a185ca79ee11d
Author
John MacFarlane <jgm@berkeley.edu>
Date

Include starg.h when needed in config.h.

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified src/config.h.in 1 1 0
diff --git a/src/config.h.in b/src/config.h.in
@@ -38,6 +38,7 @@ extern "C" {
 #if defined(_MSC_VER) && _MSC_VER < 1900
 
 #include <stdio.h>
+#include <stdarg.h>
 
 #define snprintf c99_snprintf
 #define vsnprintf c99_vsnprintf