xlat.c needs stdio.h for vsprintf
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 8 Nov 1999 11:14:33 +0000 (11:14 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 8 Nov 1999 11:14:33 +0000 (11:14 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@279 cda61777-01e9-0310-a592-d414129be87e

xlat.c

diff --git a/xlat.c b/xlat.c
index dc9be0a..b627f3a 100644 (file)
--- a/xlat.c
+++ b/xlat.c
@@ -1,4 +1,5 @@
 #include <windows.h>
+#include <stdio.h>
 #include "putty.h"
 
 static unsigned char win2koi[] =