mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
fixed posix build
This commit is contained in:
parent
36a2aedee4
commit
0b17525b67
@ -28,6 +28,9 @@
|
||||
#include "BaseStream.h"
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace MsgFormat
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user