Author: ngie
Date: Wed Nov 25 21:16:10 2015
New Revision: 291335
URL: https://svnweb.freebsd.org/changeset/base/291335

Log:
  Fix building sys/modules/if_enc by adding missing headers
  
  X-MFC with: r291292, r291299 (if that ever happens)
  Pointyhat to: ae

Modified:
  head/sys/net/if_enc.c

Modified: head/sys/net/if_enc.c
==============================================================================
--- head/sys/net/if_enc.c       Wed Nov 25 21:05:23 2015        (r291334)
+++ head/sys/net/if_enc.c       Wed Nov 25 21:16:10 2015        (r291335)
@@ -33,6 +33,7 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/hhook.h>
 #include <sys/kernel.h>
 #include <sys/malloc.h>
 #include <sys/mbuf.h>
@@ -44,6 +45,7 @@
 #include <sys/sysctl.h>
 
 #include <net/if.h>
+#include <net/if_enc.h>
 #include <net/if_var.h>
 #include <net/if_clone.h>
 #include <net/if_types.h>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to