From 54f6bc152f9150052a23c68603896031cda1a71e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 29 Apr 2025 15:46:15 +0200 Subject: [PATCH] basic: Add macro.h include to missing_syscall_def.h Required for assert_cc() --- src/basic/missing_syscall_def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/basic/missing_syscall_def.h b/src/basic/missing_syscall_def.h index 8d4edaac162..c127532249d 100644 --- a/src/basic/missing_syscall_def.h +++ b/src/basic/missing_syscall_def.h @@ -6,6 +6,8 @@ */ #pragma once +#include "macro.h" + /* Note: if this code looks strange, this is because it is derived from the same * template as the per-syscall blocks below. */ # if defined(__aarch64__) -- 2.47.3