diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2009-08-01 19:26:27 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2009-08-01 19:26:27 +0000 |
commit | 530c006014fae95c670f4b699fef8bb93034bc6d (patch) | |
tree | 6dc533c8b591922258259a32957fdee2632a29ac /sys/net/if_stf.c | |
parent | 2df76c160ba5c04ece8efeff418362c9a1adc9f5 (diff) | |
download | src-test2-530c006014fae95c670f4b699fef8bb93034bc6d.tar.gz src-test2-530c006014fae95c670f4b699fef8bb93034bc6d.zip |
Notes
Diffstat (limited to 'sys/net/if_stf.c')
-rw-r--r-- | sys/net/if_stf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c index ddc56629b2aa..5c082c4926a6 100644 --- a/sys/net/if_stf.c +++ b/sys/net/if_stf.c @@ -92,7 +92,6 @@ #include <machine/cpu.h> #include <sys/malloc.h> -#include <sys/vimage.h> #include <net/if.h> #include <net/if_clone.h> @@ -100,6 +99,7 @@ #include <net/netisr.h> #include <net/if_types.h> #include <net/if_stf.h> +#include <net/vnet.h> #include <netinet/in.h> #include <netinet/in_systm.h> |