Merge branch 'likema-feature/aix' into prerelease
This commit is contained in:
commit
ea0d002545
|
@ -36,7 +36,7 @@
|
||||||
#include "sqlcipher.h"
|
#include "sqlcipher.h"
|
||||||
#include "crypto.h"
|
#include "crypto.h"
|
||||||
#ifndef OMIT_MEMLOCK
|
#ifndef OMIT_MEMLOCK
|
||||||
#if defined(__unix__) || defined(__APPLE__)
|
#if defined(__unix__) || defined(__APPLE__) || defined(_AIX)
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
|
|
Loading…
Reference in New Issue