From 0ae2b69355747fd0401bfd7f2d94f78218e0336b Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Mon, 26 Apr 2021 19:18:56 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'du7/snake.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du7/snake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du7/snake.c b/du7/snake.c index 8a911c8..80deddc 100644 --- a/du7/snake.c +++ b/du7/snake.c @@ -1,4 +1,4 @@ -nclude "snake.h" +#include "snake.h" #include struct snake* add_snake(struct snake* snake,int x,int y){