mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Fixed a small issue noticed by Michal.
This commit is contained in:
parent
43b1511c06
commit
b496022b61
@ -20,8 +20,6 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#include <process.h>
|
||||
|
||||
#include "firebird.h"
|
||||
#include "ids.h"
|
||||
#include "../jrd/gdsassert.h"
|
||||
@ -40,6 +38,14 @@
|
||||
#include "../jrd/RecordBuffer.h"
|
||||
#include "../jrd/DatabaseSnapshot.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN_NT
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
using namespace Jrd;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user