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:
Robert Watson 2002-08-15 14:34:02 +00:00
parent 3b6aad64bf
commit 9daf40feaa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101920

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).
*/