From 2fea85ea4f6f9f46fcec701e3301fe9b1180fe93 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 1 Dec 2013 04:10:40 +0000 Subject: add missing header --- bf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bf.c b/bf.c index 7f7e030..788b516 100644 --- a/bf.c +++ b/bf.c @@ -20,6 +20,7 @@ #include #include #include +#include typedef struct cell Cell; -- cgit v1.2.3