8
0
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:
alexpeshkoff 2007-03-28 11:54:39 +00:00
parent 36a2aedee4
commit 0b17525b67

View File

@ -28,6 +28,9 @@
#include "BaseStream.h"
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
namespace MsgFormat
{