From 5451b83a4e0f7f95c9cd654cd71b29d105d73025 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 5 Jan 2003 23:09:53 +0000 Subject: [PATCH] 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 --- sshcrc.c | 2 ++ 1 file changed, 2 insertions(+) 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. * -- 2.11.0