1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.

I want to prevent the header polution of <sys/termios.h> eventually.
This commit is contained in:
Ed Schouten 2009-11-28 16:25:55 +00:00
parent 6d772c3b9e
commit 5b19140604
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199881

View File

@ -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>