Include <sys/queue.h> because <netinet/in_pcb.h> (also included

later in tcp_debug.c) requires it due to the pcb changes of DavidG.
This commit is contained in:
Andras Olah 1995-04-19 10:26:04 +00:00
parent e7bf085313
commit c4575b2416

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93
* $Id: tcp_debug.c,v 1.2 1994/08/02 07:48:54 davidg Exp $
* $Id: tcp_debug.c,v 1.3 1995/02/09 23:13:22 wollman Exp $
*/
#ifdef TCPDEBUG
@ -49,6 +49,7 @@
#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/errno.h>
#include <sys/queue.h>
#include <net/route.h>
#include <net/if.h>