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

added missing header

This commit is contained in:
alexpeshkoff 2008-02-14 11:51:58 +00:00
parent ebdda41fa9
commit 75409d7bca

View File

@ -123,6 +123,10 @@ const UCHAR isc_dpb_version1 = 1;
#include <unistd.h>
#endif
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif
#ifdef HAVE_FLOCK
#include <sys/file.h> /* for flock() */
#endif