still needs kcore.h
authorderaadt <deraadt@openbsd.org>
Fri, 15 May 2015 23:20:25 +0000 (23:20 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 15 May 2015 23:20:25 +0000 (23:20 +0000)
sys/arch/sh/sh/sh_machdep.c

index 7d32f59..1954aaf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sh_machdep.c,v 1.39 2015/05/05 02:13:47 guenther Exp $        */
+/*     $OpenBSD: sh_machdep.c,v 1.40 2015/05/15 23:20:25 deraadt Exp $ */
 /*     $NetBSD: sh3_machdep.c,v 1.59 2006/03/04 01:13:36 uwe Exp $     */
 
 /*
@@ -95,6 +95,7 @@
 #include <sys/sched.h>
 #include <sys/msg.h>
 #include <sys/conf.h>
+#include <sys/kcore.h>
 #include <sys/reboot.h>
 
 #include <uvm/uvm_extern.h>