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 --- source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source.c') diff --git a/source.c b/source.c index ba218ff..39295f6 100644 --- a/source.c +++ b/source.c @@ -16,9 +16,9 @@ #include #include -#include #include "ucode/source.h" +#include "ucode/platform.h" uc_source_t * -- cgit v1.2.3