summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-12-05 15:50:05 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-12-05 15:50:05 +0000
commit8408ec24028693835160bf2ce0f968cb43c63643 (patch)
tree58a8a3a42e9afee7d996989f39056dbefd9f9930 /sys/nfs
parent3102933c68a271f0c3b5bf4ab50e6229ecd384d1 (diff)
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
ok mikeb@, krw@, bluhm@, tedu@
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_boot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c
index d54709a9493..616606d78cd 100644
--- a/sys/nfs/nfs_boot.c
+++ b/sys/nfs/nfs_boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_boot.c,v 1.35 2014/11/14 23:01:44 tedu Exp $ */
+/* $OpenBSD: nfs_boot.c,v 1.36 2014/12/05 15:50:04 mpi Exp $ */
/* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */
/*
@@ -41,6 +41,7 @@
#include <sys/queue.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <netinet/in.h>
#include <netinet/in_var.h>