Merge branch 'likema-feature/aix' into prerelease

This commit is contained in:
Nick Parker 2015-03-10 13:24:31 -05:00
commit ea0d002545
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#include "sqlcipher.h"
#include "crypto.h"
#ifndef OMIT_MEMLOCK
#if defined(__unix__) || defined(__APPLE__)
#if defined(__unix__) || defined(__APPLE__) || defined(_AIX)
#include <sys/mman.h>
#elif defined(_WIN32)
# include <windows.h>