1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

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

[originally from svn r2158]
This commit is contained in:
Simon Tatham 2002-10-29 16:54:09 +00:00
parent 1c80391e61
commit ce677ce258

1
ssh.c
View File

@ -1,3 +1,4 @@
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>