This depends on option TCP_DEBUG for some reason, so include
opt_tcp_debug.h so that the option is visible again. Restored a used #include.
This commit is contained in:
parent
7f47cf2f4a
commit
9e80199e1f
@ -33,9 +33,11 @@
|
||||
*
|
||||
* @(#)spx_debug.c
|
||||
*
|
||||
* $Id: spx_debug.c,v 1.9 1997/05/10 09:58:56 jhay Exp $
|
||||
* $Id: spx_debug.c,v 1.10 1997/06/26 19:36:00 jhay Exp $
|
||||
*/
|
||||
|
||||
#include "opt_tcpdebug.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/protosw.h>
|
||||
@ -44,6 +46,7 @@
|
||||
#include <netinet/tcp_fsm.h>
|
||||
|
||||
#include <netipx/ipx.h>
|
||||
#include <netipx/ipx_var.h>
|
||||
#include <netipx/spx.h>
|
||||
#define SPXTIMERS
|
||||
#include <netipx/spx_timer.h>
|
||||
|
Loading…
Reference in New Issue
Block a user