aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-11-28 16:25:55 +0000
committerEd Schouten <ed@FreeBSD.org>2009-11-28 16:25:55 +0000
commit5b1914060414bb83554bfeda654519f05b367d8b (patch)
tree59188eaa55b972980cb34a4e28a85d0214527da8 /sys/dev/syscons
parent6d772c3b9e571e1151232e004c23753538d04e96 (diff)
Notes
Diffstat (limited to 'sys/dev/syscons')
-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 4e787efbbe51..c58e9aeae895 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>