Yikes - put back a #include I accidentally removed two revs ago!
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 29 Oct 2002 16:54:09 +0000 (16:54 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 29 Oct 2002 16:54:09 +0000 (16:54 +0000)
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

ssh.c

diff --git a/ssh.c b/ssh.c
index 75da932..3cbee47 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,3 +1,4 @@
+#include <windows.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>