diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-05-11 12:59:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-05-11 12:59:32 +0000 |
commit | 7d13ebf28b7031b23e5565731b57cb396ffe107b (patch) | |
tree | 6b5f5eb1a3157d35718f7c4f4aa51a0785e8a9a9 /sys/arch | |
parent | 53c0d747c1b55df8abbb172d11205f682936adbe (diff) |
need syscall.h..
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm/arm/ast.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm/arm/ast.c b/sys/arch/arm/arm/ast.c index 486d6801a46..217ff3dd621 100644 --- a/sys/arch/arm/arm/ast.c +++ b/sys/arch/arm/arm/ast.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ast.c,v 1.12 2014/05/11 00:12:44 guenther Exp $ */ +/* $OpenBSD: ast.c,v 1.13 2014/05/11 12:59:31 deraadt Exp $ */ /* $NetBSD: ast.c,v 1.6 2003/10/31 16:44:34 cl Exp $ */ /* @@ -50,6 +50,7 @@ #include <sys/signal.h> #include <sys/signalvar.h> #include <sys/vmmeter.h> +#include <sys/syscall.h> #include <sys/syscall_mi.h> #include <machine/cpu.h> |