X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/8d3106fd580f5495e194f21d808e4e73db772f37..00a017bdce279457abb469e72a934085beea95d7:/openbsd-compat/port-tun.h diff --git a/openbsd-compat/port-tun.h b/openbsd-compat/port-tun.h index 9f7a9861..c53df01f 100644 --- a/openbsd-compat/port-tun.h +++ b/openbsd-compat/port-tun.h @@ -17,6 +17,8 @@ #ifndef _PORT_TUN_H #define _PORT_TUN_H +struct Channel; + #if defined(SSH_TUN_LINUX) || defined(SSH_TUN_FREEBSD) # define CUSTOM_SYS_TUN_OPEN int sys_tun_open(int, int);