Include <stdio.h> on Windows for sprintf, used in sp_open.

This commit is contained in:
Martin Ling 2013-11-04 14:08:03 +00:00 committed by Uwe Hermann
parent d1d566f27f
commit 767c5ba80e
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#ifdef _WIN32
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#else
#include <termios.h>
#include <sys/ioctl.h>