From 6428ef87ff0ff428d4c270a10fb90e30a7551e32 Mon Sep 17 00:00:00 2001 From: mschref Date: Tue, 23 Aug 2022 13:45:25 +0200 Subject: [PATCH] Include sys/time.h Change time.h include directory to add compatibility with musl and fix compilation error Signed-off-by: mschref --- src/aio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aio.c b/src/aio.c index f6ddad74..aba7bbe3 100644 --- a/src/aio.c +++ b/src/aio.c @@ -27,7 +27,7 @@ */ #include -#include +#include #include #include #include "rt.h"