]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic: Add macro.h include to missing_syscall_def.h
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 29 Apr 2025 13:46:15 +0000 (15:46 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 30 Apr 2025 05:50:10 +0000 (07:50 +0200)
Required for assert_cc()

src/basic/missing_syscall_def.h

index 8d4edaac1629a597088928f858e5676a674ee92a..c127532249d20e5e57dc503fc2eb11e3e83ad76c 100644 (file)
@@ -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__)