Include kernel.h to get NET_NEEDS_GIANT() definition, which for some

reason compiled fine here.  I may be running with other include file
changes locally.

MFC after:	3 days
This commit is contained in:
Robert Watson 2006-03-24 20:08:48 +00:00
parent 512537d1a4
commit a52526165e

View File

@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#endif
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>