mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04: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:
parent
6d772c3b9e
commit
5b19140604
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue