mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
LibC: Move dlfcn_integration.h
to the bits
directory
This commit is contained in:
parent
be941c13e3
commit
e2c55ee0a8
5 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <LibC/elf.h>
|
||||
#include <LibELF/DynamicObject.h>
|
||||
#include <LibELF/Image.h>
|
||||
#include <dlfcn_integration.h>
|
||||
#include <bits/dlfcn_integration.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
namespace ELF {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue