diff options
Diffstat (limited to 'crypto/openssh/openbsd-compat/port-tun.h')
-rw-r--r-- | crypto/openssh/openbsd-compat/port-tun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/openbsd-compat/port-tun.h b/crypto/openssh/openbsd-compat/port-tun.h index 86d9272b4e7f..c53df01fceb6 100644 --- a/crypto/openssh/openbsd-compat/port-tun.h +++ b/crypto/openssh/openbsd-compat/port-tun.h @@ -17,7 +17,7 @@ #ifndef _PORT_TUN_H #define _PORT_TUN_H -#include "channels.h" +struct Channel; #if defined(SSH_TUN_LINUX) || defined(SSH_TUN_FREEBSD) # define CUSTOM_SYS_TUN_OPEN |