diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-06-05 17:46:32 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-06-05 17:46:32 +0000 |
| commit | 0fbccea207b30073d2d2b0acdb401ebd5afaeecd (patch) | |
| tree | 9662ad85d19b88a23525398bd0f3d165f6bfd2c5 /usr.sbin/ppp | |
| parent | 22e9c72afd21d93c4f41e15d3a90bffa2aadd958 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/physical.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/physical.c b/usr.sbin/ppp/physical.c index adcd2cf64184..ed3ab9c083ee 100644 --- a/usr.sbin/ppp/physical.c +++ b/usr.sbin/ppp/physical.c @@ -37,9 +37,9 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/tty.h> /* TIOCOUTQ */ #include <sys/uio.h> #include <sysexits.h> +#include <termios.h> #include <time.h> #include <unistd.h> #include <utmp.h> |
