1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

LibC: Move dlfcn_integration.h to the bits directory

This commit is contained in:
Tim Schumacher 2022-08-14 13:18:35 +02:00 committed by Linus Groh
parent be941c13e3
commit e2c55ee0a8
5 changed files with 4 additions and 4 deletions

View file

@ -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>