summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/bootp_subr.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-28 10:33:27 +0000
committerbde <bde@FreeBSD.org>1998-03-28 10:33:27 +0000
commitcd450d67141a2e84500ff624dc9d39c255a7de77 (patch)
treeb93fd2b4ccc29aeaa8d3fbc536cd0a353833c0d5 /sys/nfsclient/bootp_subr.c
parentdee7f44b926e2ae7097a847424fc1f14a017ba0d (diff)
downloadFreeBSD-src-cd450d67141a2e84500ff624dc9d39c255a7de77.zip
FreeBSD-src-cd450d67141a2e84500ff624dc9d39c255a7de77.tar.gz
Moved some #includes from <sys/param.h> nearer to where they are actually
used.
Diffstat (limited to 'sys/nfsclient/bootp_subr.c')
-rw-r--r--sys/nfsclient/bootp_subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index 7dbcd9e..1cc0ec8 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -1,4 +1,4 @@
-/* $Id: bootp_subr.c,v 1.10 1998/03/14 03:25:14 tegge Exp $ */
+/* $Id: bootp_subr.c,v 1.11 1998/03/14 04:13:56 tegge Exp $ */
/*
* Copyright (c) 1995 Gordon Ross, Adam Glass
@@ -53,6 +53,7 @@
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
+#include <sys/uio.h>
#include <net/if.h>
#include <net/route.h>
OpenPOWER on IntegriCloud