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/elfload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/lib/elfload.h') diff --git a/src/user/lib/elfload.h b/src/user/lib/elfload.h index 40c4874..8310b3f 100644 --- a/src/user/lib/elfload.h +++ b/src/user/lib/elfload.h @@ -1,5 +1,5 @@ #pragma once -#include +#include void elf_execf(libc_file *f); void elf_exec(void *elf); -- cgit v1.2.3