1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

Ports: Update the gcc port with the patches from the toolchain

This commit is contained in:
Gunnar Beutner 2021-04-17 01:42:22 +02:00 committed by Andreas Kling
parent 6cb28ecee8
commit 407b066ba4
3 changed files with 42 additions and 6 deletions

View file

@ -27,9 +27,7 @@
#pragma once
#include <AK/Result.h>
#include <AK/String.h>
#include <AK/Vector.h>
#include <LibC/link.h>
#include <LibELF/DynamicObject.h>
namespace ELF {