artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0eff9f
)
need syscall.h..
author
deraadt
<deraadt@openbsd.org>
Sun, 11 May 2014 12:59:31 +0000
(12:59 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 11 May 2014 12:59:31 +0000
(12:59 +0000)
sys/arch/arm/arm/ast.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm/arm/ast.c
b/sys/arch/arm/arm/ast.c
index
486d680
..
217ff3d
100644
(file)
--- a/
sys/arch/arm/arm/ast.c
+++ b/
sys/arch/arm/arm/ast.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ast.c,v 1.1
2 2014/05/11 00:12:44 guenther Exp $
*/
+/* $OpenBSD: ast.c,v 1.1
3 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>