From f92db9aa21ce5f39c02b712052987253ec0256d7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 20 Jun 2025 00:14:18 +0200 Subject: [PATCH] Replace compiled.h by gap_all.h No functional change for this package but makes it future-proof. --- src/hellod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hellod.c b/src/hellod.c index eddf829..50ce044 100644 --- a/src/hellod.c +++ b/src/hellod.c @@ -23,7 +23,7 @@ However, this will require documenting more rules of kernel programming. #include -#include "compiled.h" +#include "gap_all.h" static Obj FuncHELLO_WORLD(Obj self) {