security/openssh-portable: fix missing include for sshd.c
This patch adds a missing include for channels.h. It is needed, as
later in the file there is a call to channel_set_hpn, which is
declared in channels.h.
Some ISO C99 compilers may complain about implicit function declaration.