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 | 83e265a1ece8616e500a911e69e33526ee22f850 (patch) | |
tree | cf9bddfe41e6e572136f0f2638edff20aecd7d61 /extra/yassl | |
parent | 1144c6ba197bd53c821e7019782303ff07223923 (diff) | |
download | mariadb-git-83e265a1ece8616e500a911e69e33526ee22f850.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/yassl')
-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 |