From 1ec3d9dbaa6fb9f6d6c43713b7b22d1b47245e37 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 16 Mar 2024 09:20:23 -0400 Subject: libc: auxv: Move auxv.h to sys/auxv.h Signed-off-by: Ian Moffett --- lib/libc/linker/entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/linker/entry.c') diff --git a/lib/libc/linker/entry.c b/lib/libc/linker/entry.c index 64306b3..55bf312 100644 --- a/lib/libc/linker/entry.c +++ b/lib/libc/linker/entry.c @@ -28,10 +28,10 @@ */ #include +#include #include #include #include -#include #if !defined(__hyra__) #error "Hyra supported only" -- cgit v1.2.3