From fb3d9ab5132ccf45a45b6789fe6fd8718963650f Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 5 Jan 2003 23:48:10 +0000 Subject: [PATCH] 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 --- sshcrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0