mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +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
|
@ -24,8 +24,8 @@
|
|||
#include <LibELF/DynamicLoader.h>
|
||||
#include <LibELF/DynamicObject.h>
|
||||
#include <LibELF/Hashes.h>
|
||||
#include <bits/dlfcn_integration.h>
|
||||
#include <dlfcn.h>
|
||||
#include <dlfcn_integration.h>
|
||||
#include <fcntl.h>
|
||||
#include <pthread.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue