diff options
author | unknown <msvensson@neptunus.(none)> | 2006-06-07 14:46:10 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-06-07 14:46:10 +0200 |
commit | 8da354ea7db426fc3a5bde9fc946547b956b19f7 (patch) | |
tree | cf9bddfe41e6e572136f0f2638edff20aecd7d61 /extra | |
parent | 57e7bc551300b224404b3ce1a5498917f9ead689 (diff) | |
download | mariadb-git-8da354ea7db426fc3a5bde9fc946547b956b19f7.tar.gz |
Import from yaSSL to fix bild problems on AIX(already fixed but was lost during last import)
extra/yassl/taocrypt/include/runtime.hpp:
Import patch yassl.diff
Diffstat (limited to 'extra')
-rw-r--r-- | extra/yassl/taocrypt/include/runtime.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/include/runtime.hpp b/extra/yassl/taocrypt/include/runtime.hpp index 3a5cf62865a..88559cb0ca0 100644 --- a/extra/yassl/taocrypt/include/runtime.hpp +++ b/extra/yassl/taocrypt/include/runtime.hpp @@ -28,6 +28,9 @@ #ifndef yaSSL_NEW_HPP #define yaSSL_NEW_HPP +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #ifdef __sun |