summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2006-05-17 19:08:18 +0200
committerjoerg@mysql.com <>2006-05-17 19:08:18 +0200
commit93d1c2b307e897bf5a092905e9e4293e24ab1ba2 (patch)
tree210a0ad0a41c902dbe0a2665fc55903a581fdd4f
parent23be1988fc095e50856755ac098d76dad4c196bb (diff)
downloadmariadb-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.hpp4
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