Make self-contained.

This commit is contained in:
Ralf Corsepius
2011-05-11 14:35:03 +00:00
parent 0f0f1b2483
commit c7d0d8678a
21 changed files with 59 additions and 4 deletions

View File

@@ -37,6 +37,9 @@
#ifndef _NETINET_TCP_DEBUG_H_
#define _NETINET_TCP_DEBUG_H_
#include <netinet/tcpip.h> /* struct tcpiphdr */
#include <netinet/tcp_var.h> /* struct tcpcb */
struct tcp_debug {
uint32_t td_time; /* network format */
short td_act;