summaryrefslogtreecommitdiff
path: root/src/arch-riscv64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-riscv64.c')
-rw-r--r--src/arch-riscv64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch-riscv64.c b/src/arch-riscv64.c
index df4f5c8..eb16b1e 100644
--- a/src/arch-riscv64.c
+++ b/src/arch-riscv64.c
@@ -18,6 +18,9 @@
#include "arch.h"
#include "arch-riscv64.h"
+#include "syscalls.h"
+
+ARCH_DEF(riscv64)
const struct arch_def arch_def_riscv64 = {
.token = SCMP_ARCH_RISCV64,