diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-06 02:27:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-06 02:27:45 +0000 |
commit | 27e7f2c68b2b8d467a9ab5703b569109bc1f5883 (patch) | |
tree | 657f38fd4f670acf0dab2d052e3f3aa16b84f106 /sys | |
parent | c75076d34441b34a30ad5499a3812c2e72237308 (diff) |
needs machine/trap.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/stand/libsa/pdc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/stand/libsa/pdc.c b/sys/arch/hppa/stand/libsa/pdc.c index 98e6a9c6db0..20119f8b580 100644 --- a/sys/arch/hppa/stand/libsa/pdc.c +++ b/sys/arch/hppa/stand/libsa/pdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.c,v 1.9 1999/04/20 20:01:02 mickey Exp $ */ +/* $OpenBSD: pdc.c,v 1.10 1999/05/06 02:27:44 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -68,6 +68,7 @@ #include <sys/reboot.h> #include <sys/disklabel.h> +#include <machine/trap.h> #include <machine/pdc.h> #include <machine/iomod.h> #include <machine/nvm.h> |