diff options
| author | macallan <macallan@NetBSD.org> | 2005-05-16 15:16:43 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2005-05-16 15:16:43 +0000 |
| commit | 8f8a7a4e382b100bfb0a49664eaa9b9a9024dc60 (patch) | |
| tree | dfbddd3eb343bb3451427fd414e64ba28c9abda9 /sys/dev | |
| parent | 9efeaffa6848f11fe9cf191472fcee034525f542 (diff) | |
forgot to include rasops_glue.h
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sbus/p9100.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sbus/p9100.c b/sys/dev/sbus/p9100.c index c26daf1c7d0..cceb84dcbec 100644 --- a/sys/dev/sbus/p9100.c +++ b/sys/dev/sbus/p9100.c @@ -1,4 +1,4 @@ -/* $NetBSD: p9100.c,v 1.21 2005/05/16 14:43:23 macallan Exp $ */ +/* $NetBSD: p9100.c,v 1.22 2005/05/16 15:16:43 macallan Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: p9100.c,v 1.21 2005/05/16 14:43:23 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: p9100.c,v 1.22 2005/05/16 15:16:43 macallan Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -75,6 +75,7 @@ __KERNEL_RCSID(0, "$NetBSD: p9100.c,v 1.21 2005/05/16 14:43:23 macallan Exp $"); #include <dev/rasops/rasops.h> #include "opt_wsemul.h" +#include "rasops_glue.h" #include "tctrl.h" #if NTCTRL > 0 |
