From 1524531c0f0aa529e7ba6096bbeeabee6edd1344 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 14 Nov 2014 14:53:48 -0800 Subject: Added some includes of buffer.h --- src/blocks.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/blocks.c') diff --git a/src/blocks.c b/src/blocks.c index a74d97e..604b933 100644 --- 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] -- cgit v1.2.3