mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tty_pts: don't rely on tty header pollution for sys/mutex.h
tty_pts.c relies on sys/tty.h for sys/mutex.h. Include it directly instead of relying on this pollution to ease the diff for anyone that wants to try converting the tty lock to anything other than a mutex.
This commit is contained in:
parent
ed6232893c
commit
cf29433090
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/kernel.h>
|
||||
#include <sys/limits.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mutex.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/racct.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue