]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Include ssh.h for the crc32() and crc32_update() prototypes.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 5 Jan 2003 23:09:53 +0000 (23:09 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 5 Jan 2003 23:09:53 +0000 (23:09 +0000)
[originally from svn r2478]

sshcrc.c

index 691f7b4ec901267f171fc096de0689f9733f4cb6..9db38491616fd58fcbd27fb417f4b1727c154354 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.
  *