From 834537752950251d2e3c3f7cf949de70fe15a20a Mon Sep 17 00:00:00 2001 From: Ben Harris 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! [originally from svn r2487] --- 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.