From 344a486d41d78af3e055812333602292c54fce64 Mon Sep 17 00:00:00 2001 From: Vasilev Artem Evgenyevich <408358@niuitmo.ru> Date: Fri, 11 Oct 2024 21:07:12 +0000 Subject: [PATCH] Update errors.c --- solution/src/errors.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solution/src/errors.c b/solution/src/errors.c index 5e8f175..5246413 100644 --- a/solution/src/errors.c +++ b/solution/src/errors.c @@ -1,4 +1,5 @@ #include <stdlib.h> + #include "headers/util.h" #include "headers/bmp_reader.h" #include "headers/bmp_writer.h" @@ -66,4 +67,4 @@ void check_close_errors(enum close_status status){ printf("INFO: Файл успешно закрыт\n"); break; } -} \ No newline at end of file +} -- GitLab