aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-06-05 17:46:32 +0000
committerEd Schouten <ed@FreeBSD.org>2008-06-05 17:46:32 +0000
commit0fbccea207b30073d2d2b0acdb401ebd5afaeecd (patch)
tree9662ad85d19b88a23525398bd0f3d165f6bfd2c5 /usr.sbin/ppp
parent22e9c72afd21d93c4f41e15d3a90bffa2aadd958 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/physical.c2
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>