mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30806
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue