summaryrefslogtreecommitdiff
path: root/src/blocks.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-14 14:53:48 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-14 14:53:48 -0800
commit1524531c0f0aa529e7ba6096bbeeabee6edd1344 (patch)
tree386918f35cc339e04ee05a4a3a8ca04ad9da49f2 /src/blocks.c
parentfa8b34f493f8b27377dbcab85011264809fe4a19 (diff)
Added some includes of buffer.h
Diffstat (limited to 'src/blocks.c')
-rw-r--r--src/blocks.c1
1 files changed, 1 insertions, 0 deletions
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]