From 2bb996b323dc14e4b933cef596868f5321ebc67f Mon Sep 17 00:00:00 2001 From: Bohdan Kapliuk Date: Sun, 3 Nov 2024 19:55:02 +0200 Subject: [PATCH] cv6 --- cv6/a_station.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cv6/a_station.c b/cv6/a_station.c index 5684ad1..e6df663 100644 --- a/cv6/a_station.c +++ b/cv6/a_station.c @@ -1,6 +1,8 @@ #include "a_station.h" #include +#include #include +#define SIZE 37 struct station* create_station(){ struct station* station = (struct station*)calloc(1,sizeof(struct station));