8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Fixed VC10 build

This commit is contained in:
hvlad 2017-02-06 23:38:53 +02:00
parent 8b2a9cb44b
commit 21c2c1e740

View File

@ -40,6 +40,11 @@
#include <locale.h>
#endif
#ifdef WIN_NT
#include <fcntl.h>
#include <io.h>
#endif
namespace Firebird {
class TraceSvcUtil : public TraceSvcIntf