mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
LibC: Move mman.h to sys/mman.h
POSIX mandates that it is placed there.
This commit is contained in:
parent
e16894af5a
commit
eecf7a2097
10 changed files with 45 additions and 54 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <AK/Vector.h>
|
||||
#include <LibC/bits/pthread_integration.h>
|
||||
#include <LibC/link.h>
|
||||
#include <LibC/mman.h>
|
||||
#include <LibC/sys/mman.h>
|
||||
#include <LibC/unistd.h>
|
||||
#include <LibDl/dlfcn.h>
|
||||
#include <LibDl/dlfcn_integration.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue