1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

we need if_var.h not if.h

This commit is contained in:
Luigi Rizzo 2009-02-16 15:10:03 +00:00
parent a1d4f19c0d
commit b27b816fc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188675

View File

@ -35,7 +35,7 @@
#include "opt_route.h"
#include <net/if.h>
#include <net/if_var.h>
#include <net/route.h>
struct vnet_net {