diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-05-31 18:29:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-05-31 18:29:33 +0000 |
commit | 49dd0fa296f871f1b69bdf9a812ad410e9626ad1 (patch) | |
tree | 6f8d5c2be289c629c2e147b308c2b617810908d1 /sys/kern | |
parent | 669f62222d564cf4935fe7becdcf8aabf091cc74 (diff) |
unfortunately the sparc pagesize handling also requires uvm_extern.h
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/subr_poison.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_poison.c b/sys/kern/subr_poison.c index 73678f65c3e..7ead1d549d3 100644 --- a/sys/kern/subr_poison.c +++ b/sys/kern/subr_poison.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_poison.c,v 1.4 2013/05/30 18:20:17 tedu Exp $ */ +/* $OpenBSD: subr_poison.c,v 1.5 2013/05/31 18:29:32 deraadt Exp $ */ /* * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org> * @@ -18,6 +18,7 @@ #include <sys/types.h> #include <sys/param.h> #include <sys/malloc.h> +#include <uvm/uvm_extern.h> /* * The POISON is used as known text to copy into free objects so |