From 6f14bf553f666df3a13ea3e772b5baa900753105 Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 23 Mar 2023 19:24:47 +0100 Subject: [PATCH] libc: Add missing header to fcntl.h --- libc/include/fcntl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/fcntl.h b/libc/include/fcntl.h index 0f09a15d..e9f9bd4d 100644 --- a/libc/include/fcntl.h +++ b/libc/include/fcntl.h @@ -4,6 +4,7 @@ #define _FCNTL_H #include +#include #ifdef __cplusplus extern "C"