cmark

My personal build of CMark ✏️

Commit
1524531c0f0aa529e7ba6096bbeeabee6edd1344
Parent
fa8b34f493f8b27377dbcab85011264809fe4a19
Author
John MacFarlane <jgm@berkeley.edu>
Date

Added some includes of buffer.h

Diffstat

2 files changed, 2 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified src/blocks.c 1 1 0
Modified src/main.c 1 1 0
diff --git a/src/blocks.c b/src/blocks.c
@@ -9,6 +9,7 @@
 #include "scanners.h"
 #include "inlines.h"
 #include "html/houdini.h"
+#include "buffer.h"
 #include "bench.h"
 
 #define peek_at(i, n) (i)->data[n]
diff --git a/src/main.c b/src/main.c
@@ -3,6 +3,7 @@
 #include <string.h>
 #include <errno.h>
 #include "cmark.h"
+#include "buffer.h"
 #include "bench.h"
 
 void print_usage()