diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-15 14:34:02 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-15 14:34:02 +0000 |
| commit | 9daf40feaa01ca12548763a62d53fad0a03b9ef0 (patch) | |
| tree | 87d55d04943610b881b088d70a2b285974ebf56c | |
| parent | 3b6aad64bf372fff16a24e502aceacff87d77b50 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_var.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 4efb58930d5d..e1f8465cbcfc 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -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). */ |
