summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--runopts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runopts.h b/runopts.h
index 062cfd8..62c9bf1 100644
--- a/runopts.h
+++ b/runopts.h
@@ -33,7 +33,8 @@
typedef struct runopts {
-#if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
+#if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) \
+ || defined(ENABLE_CLI_REMOTETCPFWD)
int listen_fwd_all;
#endif
unsigned int recv_window;