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:
parent
ebdda41fa9
commit
75409d7bca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user