diff options
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'; |
