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 0283825..78becfe 100644
--- a/src/syscall.h
+++ b/src/syscall.h
@@ -22,6 +22,8 @@
#include "syscall-s390.h"
#elif defined(__alpha__)
#include "syscall-alpha.h"
+#elif defined(__arm__)
+#include "syscall-arm.h"
#else
#error "add syscall-arch.h"
#endif