From: ben 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-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/fb3d9ab5132ccf45a45b6789fe6fd8718963650f?ds=sidebyside One usually includes .h files, not .c files. That explains why it was taking so long to compile! git-svn-id: svn://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.