diff options
author | kato <kato@FreeBSD.org> | 1997-11-19 11:35:52 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-11-19 11:35:52 +0000 |
commit | c5a1f033cbf675ee2a5414a6174a9dc4e1aefe72 (patch) | |
tree | bcdd135e3ce032061ccbacbada995385f14e3101 | |
parent | 6f23e076180b20e5f4846ef1ed4b42b00b28259b (diff) | |
download | FreeBSD-src-c5a1f033cbf675ee2a5414a6174a9dc4e1aefe72.zip FreeBSD-src-c5a1f033cbf675ee2a5414a6174a9dc4e1aefe72.tar.gz |
Sync with sys/i386/isa/mse.c revision 1.35.
-rw-r--r-- | sys/pc98/pc98/mse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/pc98/mse.c b/sys/pc98/pc98/mse.c index e50fb2d..19f7b80 100644 --- a/sys/pc98/pc98/mse.c +++ b/sys/pc98/pc98/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.11 1997/07/21 13:11:06 kato Exp $ + * $Id: mse.c,v 1.12 1997/09/14 16:27:31 kato Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -49,9 +49,9 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> -#include <sys/proc.h> #include <sys/kernel.h> #include <sys/poll.h> +#include <sys/select.h> #include <sys/uio.h> #ifdef DEVFS #include <sys/devfsext.h> |