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:
parent
8b2a9cb44b
commit
21c2c1e740
@ -40,6 +40,11 @@
|
||||
#include <locale.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN_NT
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
namespace Firebird {
|
||||
|
||||
class TraceSvcUtil : public TraceSvcIntf
|
||||
|
Loading…
Reference in New Issue
Block a user