summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-12-01 04:10:40 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-12-01 04:10:40 +0000
commit2fea85ea4f6f9f46fcec701e3301fe9b1180fe93 (patch)
tree910f8312330d9bc34af32474a01996a179b44e7b
parentdb76fe7805e0e3308eb217d1e3ea26dfd7a53e68 (diff)
add missing header
-rw-r--r--bf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bf.c b/bf.c
index 7f7e030..788b516 100644
--- a/bf.c
+++ b/bf.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
typedef struct cell Cell;