From be071072115059726846163c6f28f62dc01573ec Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 14 Jul 2023 10:54:38 +0200 Subject: treewide: consolidate platform specific code in platform.c Get rid of most __APPLE__ guards by introducing a central platform.c unit providing drop-in replacements for missing APIs. Also move system signal definitions into the new platform file to be able to share them with the upcoming debug library. Signed-off-by: Jo-Philipp Wich --- program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program.c') diff --git a/program.c b/program.c index abd525a..d2d27fb 100644 --- a/program.c +++ b/program.c @@ -16,12 +16,12 @@ #include #include -#include #include "ucode/program.h" #include "ucode/source.h" #include "ucode/vallist.h" #include "ucode/chunk.h" +#include "ucode/platform.h" uc_program_t * -- cgit v1.2.3