From 3b29bc9d27c444be72099d56f3667a296b7c458b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 18 Nov 1997 11:30:10 +0000 Subject: Get select stuff by #including instead of . --- sys/dev/mse/mse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/mse') diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 8be260cc16f5..8403d454327c 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 #include #include -#include #include #include +#include #include #ifdef DEVFS #include -- cgit v1.3