summaryrefslogtreecommitdiffstats
path: root/sys/netipx/spx_debug.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-28 12:24:26 +0000
committerbde <bde@FreeBSD.org>1997-10-28 12:24:26 +0000
commita2efd30a4baf54cafd69baf1db86fc7abec9e70d (patch)
tree4f9787581be98f22cd82f339ad0e2e7128bea1ef /sys/netipx/spx_debug.c
parent561cc79f5093268af954eefbb941f99824e15be4 (diff)
downloadFreeBSD-src-a2efd30a4baf54cafd69baf1db86fc7abec9e70d.zip
FreeBSD-src-a2efd30a4baf54cafd69baf1db86fc7abec9e70d.tar.gz
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.
Diffstat (limited to 'sys/netipx/spx_debug.c')
-rw-r--r--sys/netipx/spx_debug.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c
index 3b2f6d6..2cc1317 100644
--- a/sys/netipx/spx_debug.c
+++ b/sys/netipx/spx_debug.c
@@ -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>
OpenPOWER on IntegriCloud