diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-03-02 17:25:30 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-03-02 17:25:30 +0000 |
| commit | d2fd8d772fc2c515202fc665de28b8b571ae4793 (patch) | |
| tree | 06f8023a447c4ce02d44e475e0ca919a4f4e2d4e /usr.sbin/ppp/tun.c | |
| parent | e2ebb036fd311a68d20472670dc36ac6169a67f4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/tun.c')
| -rw-r--r-- | usr.sbin/ppp/tun.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c index bcd966973c8e4..58f93eae20795 100644 --- a/usr.sbin/ppp/tun.c +++ b/usr.sbin/ppp/tun.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tun.c,v 1.6.4.2 1998/02/18 19:35:59 brian Exp $ + * $Id: tun.c,v 1.6.4.3 1998/02/27 01:22:39 brian Exp $ */ #include <sys/param.h> @@ -31,6 +31,7 @@ #include <sys/socket.h> #include <netinet/in.h> #include <net/if.h> +#include <sys/select.h> #include <net/if_tun.h> #include <stdio.h> |
