diff options
Diffstat (limited to 'sys/arch/sun3/dev/fb.c')
-rw-r--r-- | sys/arch/sun3/dev/fb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/sun3/dev/fb.c b/sys/arch/sun3/dev/fb.c index dea031c9798..c7178e11a18 100644 --- a/sys/arch/sun3/dev/fb.c +++ b/sys/arch/sun3/dev/fb.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fb.c,v 1.4 1997/01/16 04:03:45 kstailey Exp $ */ /* $NetBSD: fb.c,v 1.3 1995/04/10 05:45:56 mycroft Exp $ */ /* @@ -54,7 +55,9 @@ #include <sys/ioctl.h> #include <sys/proc.h> +#include <machine/conf.h> #include <machine/fbio.h> +#include <machine/machdep.h> #include "fbvar.h" |