diff --git a/src/crypto_impl.c b/src/crypto_impl.c index 55fe7a6..b4bf052 100644 --- a/src/crypto_impl.c +++ b/src/crypto_impl.c @@ -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 #elif defined(_WIN32) # include