From d70864a86607aeb9b93203532d4b968f78fd7246 Mon Sep 17 00:00:00 2001 From: pooka Date: Sun, 3 Feb 2002 23:17:58 +0000 Subject: [PATCH] make this compile: include dev/ic/joyvar.h instead of the now non-existant arm32/isa/joyvar.h --- sys/dev/ofisa/joy_ofisa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ofisa/joy_ofisa.c b/sys/dev/ofisa/joy_ofisa.c index 6aad7835f99d..debbdf4ff86e 100644 --- a/sys/dev/ofisa/joy_ofisa.c +++ b/sys/dev/ofisa/joy_ofisa.c @@ -1,4 +1,4 @@ -/* $NetBSD: joy_ofisa.c,v 1.2 2001/11/13 07:29:45 lukem Exp $ */ +/* $NetBSD: joy_ofisa.c,v 1.3 2002/02/03 23:17:58 pooka Exp $ */ /*- * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: joy_ofisa.c,v 1.2 2001/11/13 07:29:45 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: joy_ofisa.c,v 1.3 2002/02/03 23:17:58 pooka Exp $"); #include #include @@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: joy_ofisa.c,v 1.2 2001/11/13 07:29:45 lukem Exp $"); #include #include -#include +#include #define JOY_NPORTS 1 /* XXX should be in a header file */