1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 23:34:49 -05:00

xlat.c needs stdio.h for vsprintf

[originally from svn r279]
This commit is contained in:
Simon Tatham 1999-11-08 11:14:33 +00:00
parent 1f5bcfd90e
commit 7809b519d5

1
xlat.c
View File

@ -1,4 +1,5 @@
#include <windows.h>
#include <stdio.h>
#include "putty.h"
static unsigned char win2koi[] =