From ca1eb77bf89697e1bacbb21ed7aae8b5134a7bf5 Mon Sep 17 00:00:00 2001 From: Marcus Schref Date: Mon, 22 Aug 2022 10:13:52 +0200 Subject: [PATCH] basicstation: include sys/time.h Change time.h include directory to add compatibility with musl and fix compilation error Signed-off-by: Marcus Schref --- src/aio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src/aio.c +++ b/src/aio.c @@ -27,7 +27,7 @@ */ #include -#include +#include #include #include #include "rt.h"