1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +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:
Ben Harris 2003-01-05 23:48:10 +00:00
parent 2f1e76e843
commit 8345377529

View File

@ -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.