From c5cde60d85086b33cc1dc0caa8ab3f6b39957104 Mon Sep 17 00:00:00 2001 From: ov075wu Date: Wed, 12 Nov 2025 20:33:28 +0100 Subject: [PATCH] refresh --- du5/a_station.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/du5/a_station.c b/du5/a_station.c index ef0ae43..24f1b68 100644 --- a/du5/a_station.c +++ b/du5/a_station.c @@ -1,4 +1,7 @@ #include "a_station.h" +#include +#include +#include struct station* create_station() { struct station* s = calloc(1, sizeof(struct station));