diff options
-rw-r--r-- | sys/sys/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/tty.h b/sys/sys/tty.h index 81f4f9c..ad74f90 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -69,6 +69,7 @@ struct tty; struct pps_state; struct cdev; struct cdevsw; +struct thread; typedef int t_open_t(struct tty *, struct cdev *); typedef void t_close_t(struct tty *); |