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

Fix small compilation problem in Pageant

[originally from svn r642]
This commit is contained in:
Simon Tatham 2000-09-28 08:35:20 +00:00
parent 48795b5896
commit 815e2be208

View File

@ -4,8 +4,7 @@
#include <windows.h>
#include <aclapi.h>
#include <stdio.h> /* FIXME */
#include "putty.h" /* FIXME */
#include <stdio.h>
#include "ssh.h"
#include "tree234.h"