libc: Add missing header to fcntl.h
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-03-23 19:24:47 +01:00
parent bab9600be5
commit 6f14bf553f
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -4,6 +4,7 @@
#define _FCNTL_H
#include <bits/open-flags.h>
#include <sys/types.h>
#ifdef __cplusplus
extern "C"