From: simon Date: Tue, 29 Oct 2002 16:54:09 +0000 (+0000) Subject: Yikes - put back a #include I accidentally removed two revs ago! X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/0b8c48c83f4bb1b14348037a745cda635244a267 Yikes - put back a #include I accidentally removed two revs ago! That'd have been embarrassing. Mind you I'd like to remove this particular #include for good anyway, but the time is not now... git-svn-id: svn://svn.tartarus.org/sgt/putty@2158 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/ssh.c b/ssh.c index 75da932e..3cbee47e 100644 --- a/ssh.c +++ b/ssh.c @@ -1,3 +1,4 @@ +#include #include #include #include