diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-16 16:04:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-16 16:04:12 +0000 |
commit | 973afe9e9415182897601130a7d04484f22b1d86 (patch) | |
tree | a54d0cfd94ca5351030ff044ee8c5f065b224ca4 /sys | |
parent | 3558968f7d95516e9e9eb8c11fcc878d7350dc6e (diff) |
need that include file...
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/dev/power.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/dev/power.c b/sys/arch/sgi/dev/power.c index 1afd06ef776..12207ae1ad2 100644 --- a/sys/arch/sgi/dev/power.c +++ b/sys/arch/sgi/dev/power.c @@ -1,4 +1,4 @@ -/* $OpenBSD: power.c,v 1.8 2009/05/15 23:02:23 miod Exp $ */ +/* $OpenBSD: power.c,v 1.9 2009/05/16 16:04:11 deraadt Exp $ */ /* * Copyright (c) 2007 Jasper Lievisse Adriaanse <jasper@openbsd.org> @@ -25,6 +25,7 @@ #include <dev/ic/ds1687reg.h> #include <machine/autoconf.h> +#include <sgi/dev/dsrtcvar.h> #include <sgi/localbus/macebus.h> |