diff --git a/README.rst b/README.rst index cdf4f6d5..56eac826 100644 --- a/README.rst +++ b/README.rst @@ -361,6 +361,8 @@ environment variable which must fulfill the following conditions: $NDK/build/tools/make-standalone-toolchain.sh --platform=android-18 --toolchain=arm-linux-androideabi-4.8 --install-dir=$ANDROID_HOME/toolchain + $NDK/build/tools/make-standalone-toolchain.sh --install-dir=$ANDROID_HOME/toolchain --toolchain=arm-linux-androideabi-4.8 --llvm-version=3.4 + You may need to add ``--system=linux-x86_64`` to the above command-line for x86_64 Linux host. diff --git a/src/util_security.h b/src/util_security.h index 4794d67e..8c95db60 100644 --- a/src/util_security.h +++ b/src/util_security.h @@ -36,10 +36,11 @@ #ifndef D_UTIL_SECURITY_H #define D_UTIL_SECURITY_H +#include "common.h" + #include #include -#include "common.h" #include "a2functional.h" #include "MessageDigest.h"