From ec562aea8fc5b63526917e154fc663343c68cfed Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 8 Nov 1999 11:14:33 +0000 Subject: [PATCH] xlat.c needs stdio.h for vsprintf git-svn-id: svn://svn.tartarus.org/sgt/putty@279 cda61777-01e9-0310-a592-d414129be87e --- xlat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat.c b/xlat.c index dc9be0a1..b627f3ab 100644 --- a/xlat.c +++ b/xlat.c @@ -1,4 +1,5 @@ #include +#include #include "putty.h" static unsigned char win2koi[] = -- 2.11.0