mdbx: add missing <signal.h>

Change-Id: I3f2d0587db84598a0157aae50cdff3361935f2b3
This commit is contained in:
Leo Yuriev 2017-07-26 15:11:25 +03:00
parent 1bd57f089c
commit 8ca23d8735

View File

@ -89,6 +89,7 @@ typedef CRITICAL_SECTION mdbx_fastmutex_t;
#include <sys/stat.h>
#include <sys/uio.h>
#include <unistd.h>
#include <signal.h>
typedef pthread_t mdbx_thread_t;
typedef pthread_key_t mdbx_thread_key_t;
#define INVALID_HANDLE_VALUE (-1)