mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
One usually includes .h files, not .c files. That explains why it was
taking so long to compile! [originally from svn r2487]
This commit is contained in:
parent
2f1e76e843
commit
8345377529
2
sshcrc.c
2
sshcrc.c
@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "ssh.c"
|
#include "ssh.h"
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
* Multi-function module. Can be compiled three ways.
|
* Multi-function module. Can be compiled three ways.
|
||||||
|
Loading…
Reference in New Issue
Block a user