From: ben Date: Sun, 5 Jan 2003 23:09:53 +0000 (+0000) Subject: Include ssh.h for the crc32() and crc32_update() prototypes. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/5451b83a4e0f7f95c9cd654cd71b29d105d73025 Include ssh.h for the crc32() and crc32_update() prototypes. git-svn-id: svn://svn.tartarus.org/sgt/putty@2478 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/sshcrc.c b/sshcrc.c index 691f7b4e..9db38491 100644 --- a/sshcrc.c +++ b/sshcrc.c @@ -69,6 +69,8 @@ #include +#include "ssh.c" + /* ---------------------------------------------------------------------- * Multi-function module. Can be compiled three ways. *