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

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>