Unbreak the RSS/PCBGROUp build.

This commit is contained in:
George V. Neville-Neil 2016-03-31 00:53:23 +00:00
parent 0d0ef32951
commit ce223fb715
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297439
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$");
#include <sys/mbuf.h>
#include <sys/mutex.h>
#include <sys/smp.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <net/rss_config.h>

View File

@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <net/rss_config.h>