Browse Source

fix linux arm build

remotes/1785372757367212240/tmp_refs/heads/variable-page-size
Exverge 1 month ago
parent
commit
78f29d9010
No known key found for this signature in database GPG Key ID: DAD399BCC5FB77E4
  1. 1
      src/core/arm/nce/guest_context.h

1
src/core/arm/nce/guest_context.h

@ -15,6 +15,7 @@
#ifdef __linux__
#include <asm/sigcontext.h>
#include <signal.h>
#endif
namespace Core {

Loading…
Cancel
Save