diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 02:01:33 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 02:01:59 +0100 |
| commit | 3b3325f761b09ebbfef04c44eed546cc4fdeb329 (patch) | |
| tree | aa19ea259bcda2410c2b3dd4512f19fb85aeaf8f /include/complex.h | |
| parent | 15d2df7811ef3cb79cc3e501d0d5f9b993d42bea (diff) | |
Added aio and eventfd support, along with sleep and yes utilities
Diffstat (limited to 'include/complex.h')
| -rw-r--r-- | include/complex.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <complex.h> #define complex _Complex #define _Complex_I (__extension__(0.0f + 1.0fi)) #define imaginary _Imaginary |
