diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-29 06:55:37 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-29 06:55:37 +0000 |
commit | 6ddcdf4c2e6e51c475a7b20340fae90dad5bac74 (patch) | |
tree | a18926eb570c06705848c9dbe69b1314583dc26e /sys/arch/powerpc/mac/uni_n.c | |
parent | e3fc1deb1dbfa7d532f9321734ced074852b6ac3 (diff) |
Include/header cleanup. More.
Diffstat (limited to 'sys/arch/powerpc/mac/uni_n.c')
-rw-r--r-- | sys/arch/powerpc/mac/uni_n.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/mac/uni_n.c b/sys/arch/powerpc/mac/uni_n.c index 1ec4e4b9537..d1089e8c2ae 100644 --- a/sys/arch/powerpc/mac/uni_n.c +++ b/sys/arch/powerpc/mac/uni_n.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uni_n.c,v 1.4 2001/06/25 23:29:57 drahn Exp $ */ +/* $OpenBSD: uni_n.c,v 1.5 2001/06/29 06:55:36 drahn Exp $ */ /* * Copyright (c) 1998-2001 Dale Rahn. All rights reserved. @@ -32,6 +32,8 @@ #include <sys/param.h> #include <sys/device.h> +#include <sys/systm.h> + #include <machine/bus.h> #include <machine/autoconf.h> |