diff options
| author | Miguel <m.i@gmx.at> | 2018-09-20 10:46:00 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-20 10:46:00 +0200 |
| commit | 763f85c55fdb5a2c4f5bf98e4989a69d27da6e4f (patch) | |
| tree | b9be12d5c20ee1c5cc006b09a6a1584880c15928 /userspace/snake2.c | |
| parent | 631fdbefc89a6202c5b8e2bf0e15a6ca7df809ef (diff) | |
pipes do not work :(
Diffstat (limited to 'userspace/snake2.c')
| -rw-r--r-- | userspace/snake2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> -#include "snake2.h" +#include "newcalls.h" static char lastc='d'; |
