diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-02 18:08:14 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-02 18:08:14 +0000 |
| commit | 09a555cbf94a995e5dc84e3193ddf32f243c0fdc (patch) | |
| tree | 75b57cbe9461a6b1af8d11d6efddf60f76718071 | |
| parent | 32f8ca450d4ca5b61179f4212991b2d21fd16d8f (diff) | |
Notes
| -rw-r--r-- | sys/netinet/tcp_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 89e9d7cbc94a..203cc3c642c5 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -51,6 +51,7 @@ #endif #include <sys/param.h> +#include <sys/mac.h> #include <sys/systm.h> #include <sys/protosw.h> #include <sys/socket.h> |
