From: Ben Harris Date: Sun, 5 Jan 2003 23:48:10 +0000 (+0000) Subject: One usually includes .h files, not .c files. That explains why it was X-Git-Tag: r8855-g4f798d~1825 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1d7869344d840268e49028f03a537d1600c03a7e;p=PuTTY_svn.git One usually includes .h files, not .c files. That explains why it was taking so long to compile! git-svn-id: http://svn.tartarus.org/sgt/putty@2487 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/sshcrc.c b/sshcrc.c index 9db38491..702d7a08 100644 --- a/sshcrc.c +++ b/sshcrc.c @@ -69,7 +69,7 @@ #include -#include "ssh.c" +#include "ssh.h" /* ---------------------------------------------------------------------- * Multi-function module. Can be compiled three ways.