diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-14 09:03:35 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-14 09:03:35 +0000 |
commit | d959f7a5147102b79c470ed749417fe66dfc436e (patch) | |
tree | f04aa3a024d1b6f10f45cbe85dde6bf28d5624e8 /sys/dev/wscons | |
parent | ce42057a347aafb909c296a4ade029e26fd8ad6a (diff) |
wsmouse.h is needed for the NWSMOUSE test to actually work
found by and ok art
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r-- | sys/dev/wscons/wsmux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsmux.c b/sys/dev/wscons/wsmux.c index 8ba12358b71..59576f16c67 100644 --- a/sys/dev/wscons/wsmux.c +++ b/sys/dev/wscons/wsmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsmux.c,v 1.19 2006/11/01 03:37:24 tedu Exp $ */ +/* $OpenBSD: wsmux.c,v 1.20 2007/05/14 09:03:34 tedu Exp $ */ /* $NetBSD: wsmux.c,v 1.37 2005/04/30 03:47:12 augustss Exp $ */ /* @@ -40,6 +40,7 @@ #include "wsmux.h" #include "wsdisplay.h" #include "wskbd.h" +#include "wsmouse.h" /* * wscons mux device. |