need syscall.h..
authorderaadt <deraadt@openbsd.org>
Sun, 11 May 2014 12:59:31 +0000 (12:59 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 11 May 2014 12:59:31 +0000 (12:59 +0000)
sys/arch/arm/arm/ast.c

index 486d680..217ff3d 100644 (file)
@@ -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>