Perform a nested include of _label.h if #ifdef _KERNEL. This will

satisfy consumers of ip_var.h that need a complete definition of
struct ipq and don't include mac.h.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
This commit is contained in:
rwatson 2002-08-15 14:34:02 +00:00
parent 3df0baf6ac
commit 9b4d2c89ad

View File

@ -39,6 +39,10 @@
#include <sys/queue.h>
#ifdef _KERNEL
#include <sys/_label.h>
#endif
/*
* Overlay for ip header used by other protocols (tcp, udp).
*/