From a3e27d361919392eeb0086ed93b105d8301c7913 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 19:31:06 +0200 Subject: user: move the POSIX-y stuff to the proper header files --- src/user/lib/elfreloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/lib/elfreloc.c') diff --git a/src/user/lib/elfreloc.c b/src/user/lib/elfreloc.c index 550fe97..b6e3844 100644 --- a/src/user/lib/elfreloc.c +++ b/src/user/lib/elfreloc.c @@ -1,5 +1,5 @@ +#include #include -#include __attribute__((visibility("hidden"))) extern struct Elf64_Dyn _DYNAMIC[]; -- cgit v1.2.3