From 3b3325f761b09ebbfef04c44eed546cc4fdeb329 Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 15 Dec 2025 02:01:33 +0100 Subject: Added aio and eventfd support, along with sleep and yes utilities --- include/complex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/complex.h') diff --git a/include/complex.h b/include/complex.h index ced87a8f..e8cec9cc 100644 --- a/include/complex.h +++ b/include/complex.h @@ -1,6 +1,7 @@ #ifndef __COMPLEX_H #define __COMPLEX_H +#include #define complex _Complex #define _Complex_I (__extension__(0.0f + 1.0fi)) #define imaginary _Imaginary -- cgit v1.2.3