Skip to content

Commit c048c35

Browse files
committed
basic: Add macro.h include to missing_syscall_def.h
Required for assert_cc()
1 parent b8b1bd5 commit c048c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/basic/missing_syscall_def.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*/
77
#pragma once
88

9+
#include "macro.h"
10+
911
/* Note: if this code looks strange, this is because it is derived from the same
1012
* template as the per-syscall blocks below. */
1113
# if defined(__aarch64__)

0 commit comments

Comments
 (0)