Browse Source
fix linux arm build
remotes/1785372757367212240/tmp_refs/heads/variable-page-size
Exverge
1 month ago
No known key found for this signature in database
GPG Key ID: DAD399BCC5FB77E4
1 changed files with
1 additions and
0 deletions
-
src/core/arm/nce/guest_context.h
|
|
|
@ -15,6 +15,7 @@ |
|
|
|
|
|
|
|
#ifdef __linux__ |
|
|
|
#include <asm/sigcontext.h> |
|
|
|
#include <signal.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
namespace Core { |
|
|
|
|