mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +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
|
@ -6,8 +6,8 @@
|
|||
|
||||
#include <AK/String.h>
|
||||
#include <AK/Types.h>
|
||||
#include <bits/dlfcn_integration.h>
|
||||
#include <dlfcn.h>
|
||||
#include <dlfcn_integration.h>
|
||||
#include <string.h>
|
||||
|
||||
// These are filled in by the dynamic loader.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue