From 763f85c55fdb5a2c4f5bf98e4989a69d27da6e4f Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 20 Sep 2018 10:46:00 +0200 Subject: pipes do not work :( --- userspace/snake2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/snake2.c') diff --git a/userspace/snake2.c b/userspace/snake2.c index 3b179ac..6fbd092 100644 --- a/userspace/snake2.c +++ b/userspace/snake2.c @@ -1,5 +1,5 @@ #include -#include "snake2.h" +#include "newcalls.h" static char lastc='d'; -- cgit v1.2.3