diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-06 23:48:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-06 23:48:54 +0000 |
commit | f242ae0322ac2f6f773ff8dc0c1a4a62355c224f (patch) | |
tree | 87bf78629f5f37f53c9844c84e87cf67f68b6730 /sys | |
parent | c584562988ccd0d8d92fa16492aa5cb0033acb9a (diff) |
param.h, niklas
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/db_disasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/db_disasm.c b/sys/arch/alpha/alpha/db_disasm.c index 28b1aedd511..5420767c7d7 100644 --- a/sys/arch/alpha/alpha/db_disasm.c +++ b/sys/arch/alpha/alpha/db_disasm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_disasm.c,v 1.11 1997/07/23 23:26:50 niklas Exp $ */ +/* $OpenBSD: db_disasm.c,v 1.12 1997/11/06 23:48:53 deraadt Exp $ */ /* * Copyright (c) 1997 Niklas Hallqvist. All rights reserverd. @@ -31,7 +31,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/systm.h> #include <vm/vm.h> |