8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:43:03 +01:00

Fixed a small issue noticed by Michal.

This commit is contained in:
dimitr 2006-08-25 04:57:14 +00:00
parent 43b1511c06
commit b496022b61

View File

@ -20,8 +20,6 @@
* Contributor(s): ______________________________________. * Contributor(s): ______________________________________.
*/ */
#include <process.h>
#include "firebird.h" #include "firebird.h"
#include "ids.h" #include "ids.h"
#include "../jrd/gdsassert.h" #include "../jrd/gdsassert.h"
@ -40,6 +38,14 @@
#include "../jrd/RecordBuffer.h" #include "../jrd/RecordBuffer.h"
#include "../jrd/DatabaseSnapshot.h" #include "../jrd/DatabaseSnapshot.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef WIN_NT
#include <process.h>
#endif
using namespace Jrd; using namespace Jrd;