Author: luigi
Date: Mon Feb 16 15:10:03 2009
New Revision: 188675
URL: http://svn.freebsd.org/changeset/base/188675

Log:
  we need if_var.h not if.h

Modified:
  head/sys/net/vnet.h

Modified: head/sys/net/vnet.h
==============================================================================
--- head/sys/net/vnet.h Mon Feb 16 15:09:37 2009        (r188674)
+++ head/sys/net/vnet.h Mon Feb 16 15:10:03 2009        (r188675)
@@ -35,7 +35,7 @@
 
 #include "opt_route.h"
 
-#include <net/if.h>
+#include <net/if_var.h>
 #include <net/route.h>
 
 struct vnet_net {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to