Add #include <sys/types.h> since the other header files need it.

This commit is contained in:
erh 2000-04-08 03:31:05 +00:00
parent 34d04ff6db
commit ba1b2fbe3b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: netintro.4,v 1.10 1999/12/15 22:07:33 abs Exp $
.\" $NetBSD: netintro.4,v 1.11 2000/04/08 03:31:05 erh Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,6 +40,7 @@
.Nm netintro
.Nd introduction to networking facilities
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/socket.h>
.Fd #include <net/route.h>
.Fd #include <net/if.h>