diff options
Diffstat (limited to 'sys/arch/macppc/dev/apm.c')
-rw-r--r-- | sys/arch/macppc/dev/apm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/dev/apm.c b/sys/arch/macppc/dev/apm.c index 41d90969592..a49f1f89d68 100644 --- a/sys/arch/macppc/dev/apm.c +++ b/sys/arch/macppc/dev/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.11 2005/10/15 15:01:23 martin Exp $ */ +/* $OpenBSD: apm.c,v 1.12 2006/01/18 23:21:17 miod Exp $ */ /*- * Copyright (c) 2001 Alexander Guy. All rights reserved. @@ -54,6 +54,7 @@ #include <machine/cpu.h> #include <machine/apmvar.h> +#include <dev/adb/adb.h> #include <macppc/dev/adbvar.h> #include <macppc/dev/pm_direct.h> |