diff options
-rw-r--r-- | sys/netinet/in_pcb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 29e3fa4..248ad7a 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -31,14 +31,12 @@ * SUCH DAMAGE. * * @(#)in_pcb.h 8.1 (Berkeley) 6/10/93 - * $Id: in_pcb.h,v 1.6 1995/04/09 01:29:19 davidg Exp $ + * $Id: in_pcb.h,v 1.7 1995/04/09 16:46:47 jkh Exp $ */ #ifndef _NETINET_IN_PCB_H_ #define _NETINET_IN_PCB_H_ -#include <sys/queue.h> - /* * Common structure pcb for internet protocol implementation. * Here are stored pointers to local and foreign host table |