mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
LibC: Do not include errno.h inside unistd.h
POSIX does not mandate this, therefore let's not do it.
This commit is contained in:
parent
7f498769ac
commit
e16894af5a
32 changed files with 31 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <AK/LexicalPath.h>
|
||||
#include <AK/Random.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue