mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Occasionally Windows also has unistd.h
This commit is contained in:
parent
9199bef283
commit
76937f58c8
@ -43,10 +43,10 @@
|
|||||||
#include "../jrd/common.h"
|
#include "../jrd/common.h"
|
||||||
#include "../jrd/os/thd_priority.h"
|
#include "../jrd/os/thd_priority.h"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#ifndef WIN_NT
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef WIN_NT
|
||||||
#ifdef DARWIN
|
#ifdef DARWIN
|
||||||
#include </usr/include/pwd.h>
|
#include </usr/include/pwd.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user