From: Daan De Meyer Date: Tue, 29 Apr 2025 13:46:15 +0000 (+0200) Subject: basic: Add macro.h include to missing_syscall_def.h X-Git-Tag: v258-rc1~718^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54f6bc152f9150052a23c68603896031cda1a71e;p=thirdparty%2Fsystemd.git basic: Add macro.h include to missing_syscall_def.h Required for assert_cc() --- 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__)