From 95d5c8201f93f4b33fcf8c965e4bfeeaa393bec3 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 22 Nov 2022 18:30:55 +0100 Subject: [PATCH] added missing header file include I thought it write() was in fcnttl whoops --- src/logger/lib/logger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/logger/lib/logger.c b/src/logger/lib/logger.c index 9968689..09241cd 100644 --- a/src/logger/lib/logger.c +++ b/src/logger/lib/logger.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include