summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-20 08:25:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-20 08:25:31 +0000
commitcd5f4f5b819ea313a836c7ae1e02682e7c332e7e (patch)
tree984a7dda4d4c0c38142f026f113fb458002b05c7 /sys/arch/i386/include
parentbd9a9fb90879b3935ff21f0d13dd776954abe71c (diff)
nope, tree breakage in libpthread. too tough to run a make build?
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r--sys/arch/i386/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h
index 47dbd06e31e..855cfc8dbd6 100644
--- a/sys/arch/i386/include/cpu.h
+++ b/sys/arch/i386/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.62 2004/06/20 06:47:31 art Exp $ */
+/* $OpenBSD: cpu.h,v 1.63 2004/06/20 08:25:30 deraadt Exp $ */
/* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */
/*-
@@ -72,7 +72,7 @@
#include <sys/device.h>
#include <sys/lock.h> /* will also get LOCKDEBUG */
-#include <sys/sched.h>
+#include <sys/proc.h>
struct intrsource;