summaryrefslogtreecommitdiff
path: root/src/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall.h')
-rw-r--r--src/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/syscall.h b/src/syscall.h
index 62879a5..6ece660 100644
--- a/src/syscall.h
+++ b/src/syscall.h
@@ -26,6 +26,8 @@
#include "syscall-arm.h"
#elif defined(__sparc__)
#include "syscall-sparc.h"
+#elif defined(__aarch64__)
+#include "syscall-arm64.h"
#else
#error "add syscall-arch.h"
#endif