Include ssh.h for the crc32() and crc32_update() prototypes.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 5 Jan 2003 23:09:53 +0000 (23:09 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 5 Jan 2003 23:09:53 +0000 (23:09 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2478 cda61777-01e9-0310-a592-d414129be87e

sshcrc.c

index 691f7b4..9db3849 100644 (file)
--- a/sshcrc.c
+++ b/sshcrc.c
@@ -69,6 +69,8 @@
 
 #include <stdlib.h>
 
+#include "ssh.c"
+
 /* ----------------------------------------------------------------------
  * Multi-function module. Can be compiled three ways.
  *