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

Occasionally Windows also has unistd.h

This commit is contained in:
aafemt 2003-02-18 05:22:45 +00:00
parent 9199bef283
commit 76937f58c8

View File

@ -43,10 +43,10 @@
#include "../jrd/common.h"
#include "../jrd/os/thd_priority.h"
#include <stdarg.h>
#ifndef WIN_NT
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifndef WIN_NT
#ifdef DARWIN
#include </usr/include/pwd.h>
#else