During compilation on aarch64 target, I got an incomplete type for user struct: ``` ptrace.h:62:17: error: field ‘user’ has incomplete type 62 | struct user user; ``` Are you aware of any resolution for this?