diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 10:33:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 10:33:27 +0000 |
| commit | 08637435f22f9a440b841624d8f1d32d36a900d3 (patch) | |
| tree | 1bf3f2546b3336479442ee361a8140f46e48b2ca /sys/i386/linux/linux_socket.c | |
| parent | 8781d8e928fbfc9853e6f770374e063384a05bcd (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_socket.c')
| -rw-r--r-- | sys/i386/linux/linux_socket.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_socket.c b/sys/i386/linux/linux_socket.c index aac40a077dd9..b50cf5860e31 100644 --- a/sys/i386/linux/linux_socket.c +++ b/sys/i386/linux/linux_socket.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_socket.c,v 1.11 1997/12/16 17:40:11 eivind Exp $ + * $Id: linux_socket.c,v 1.12 1998/02/07 02:13:27 msmith Exp $ */ /* XXX we use functions that might not exist. */ @@ -41,6 +41,7 @@ #include <sys/sysproto.h> #include <sys/fcntl.h> #include <sys/socket.h> +#include <sys/uio.h> #include <netinet/in.h> #include <netinet/in_systm.h> |
