mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
LibC: Move dlfcn_integration.h
to the bits
directory
This commit is contained in:
parent
be941c13e3
commit
e2c55ee0a8
Notes:
sideshowbarker
2024-07-17 07:30:42 +09:00
Author: https://github.com/timschumi
Commit: e2c55ee0a8
Pull-request: https://github.com/SerenityOS/serenity/pull/14854
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