summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/netboot
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-12-10 18:01:27 +0000
committerwollman <wollman@FreeBSD.org>1996-12-10 18:01:27 +0000
commit7110f595c7a1e56677985248071c9acfeab50131 (patch)
tree82dd452ce7f415b027542cd4e920e2784cf1a117 /sys/i386/boot/netboot
parent97a86f545b543cdc7737630bbde11c37bda2b9f2 (diff)
downloadFreeBSD-src-7110f595c7a1e56677985248071c9acfeab50131.zip
FreeBSD-src-7110f595c7a1e56677985248071c9acfeab50131.tar.gz
Don't depend on <net/if.h> including <sys/time.h>
Diffstat (limited to 'sys/i386/boot/netboot')
-rw-r--r--sys/i386/boot/netboot/netboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/boot/netboot/netboot.h b/sys/i386/boot/netboot/netboot.h
index f762e0d..7a0b7a6 100644
--- a/sys/i386/boot/netboot/netboot.h
+++ b/sys/i386/boot/netboot/netboot.h
@@ -13,6 +13,7 @@ Author: Martin Renters
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/mount.h>
+#include <sys/time.h>
#include <net/ethernet.h>
#include <net/if.h>
#include <netinet/in.h>
OpenPOWER on IntegriCloud