Include ssh.h for the crc32() and crc32_update() prototypes.
[u/mdw/putty] / 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.
  *