diff options
author | joerg@mysql.com <> | 2006-05-17 19:08:18 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2006-05-17 19:08:18 +0200 |
commit | 93d1c2b307e897bf5a092905e9e4293e24ab1ba2 (patch) | |
tree | 210a0ad0a41c902dbe0a2665fc55903a581fdd4f | |
parent | 23be1988fc095e50856755ac098d76dad4c196bb (diff) | |
download | mariadb-git-93d1c2b307e897bf5a092905e9e4293e24ab1ba2.tar.gz |
Include "config.h" (if it exists) in all yaSSL files via their "runtime.hpp".
Fixes bug#19040 "yaSSL does not compile on AIX".
-rw-r--r-- | extra/yassl/taocrypt/include/runtime.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/include/runtime.hpp b/extra/yassl/taocrypt/include/runtime.hpp index 3a5cf62865a..09ca7524ef3 100644 --- a/extra/yassl/taocrypt/include/runtime.hpp +++ b/extra/yassl/taocrypt/include/runtime.hpp @@ -28,6 +28,10 @@ #ifndef yaSSL_NEW_HPP #define yaSSL_NEW_HPP +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef __sun |