diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-11-18 11:30:10 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-11-18 11:30:10 +0000 |
commit | 3b29bc9d27c444be72099d56f3667a296b7c458b (patch) | |
tree | a38cb81a4ebff0e8fde31cae822b56d637aca46a /sys/dev | |
parent | 41d022ae9cfeef6e9acf3b9a1bffe3de9f5c3384 (diff) |
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mse/mse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 8be260cc16f54..8403d454327ca 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/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.33 1997/07/20 14:10:06 bde Exp $ + * $Id: mse.c,v 1.34 1997/09/14 03:19:10 peter 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> |