summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/sysmouse.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-11-28 16:25:55 +0000
committered <ed@FreeBSD.org>2009-11-28 16:25:55 +0000
commit0a351b5a4ad6c1b17e0ba41c57c50a6a878a037b (patch)
tree59188eaa55b972980cb34a4e28a85d0214527da8 /sys/dev/syscons/sysmouse.c
parent63a17ed2328a0a3fc048f3f21da42cf5e9404396 (diff)
downloadFreeBSD-src-0a351b5a4ad6c1b17e0ba41c57c50a6a878a037b.zip
FreeBSD-src-0a351b5a4ad6c1b17e0ba41c57c50a6a878a037b.tar.gz
Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.
I want to prevent the header polution of <sys/termios.h> eventually.
Diffstat (limited to 'sys/dev/syscons/sysmouse.c')
-rw-r--r--sys/dev/syscons/sysmouse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c
index 4e787ef..c58e9ae 100644
--- a/sys/dev/syscons/sysmouse.c
+++ b/sys/dev/syscons/sysmouse.c
@@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
#include <sys/priv.h>
#include <sys/serial.h>
#include <sys/tty.h>
+#include <sys/ttydefaults.h>
#include <sys/kernel.h>
#include <sys/consio.h>
#include <sys/mouse.h>
OpenPOWER on IntegriCloud