mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Looks like older version of VS (and/or SDK) requires this include for getpid()
This commit is contained in:
parent
fa90256cf0
commit
7b1b82451e
@ -36,6 +36,10 @@
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#ifdef WIN_NT
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
using namespace Jrd;
|
||||
using namespace Firebird;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user