summaryrefslogtreecommitdiff
path: root/extra/yassl/include/log.hpp
diff options
context:
space:
mode:
authorunknown <svoj@mysql.com>2005-05-20 19:32:51 +0500
committerunknown <svoj@mysql.com>2005-05-20 19:32:51 +0500
commit7936630e19d2f008b2e3128a98cacaca2de8d02c (patch)
tree1872721d26eb293852ed49af00d434579d0b1784 /extra/yassl/include/log.hpp
parent496a3f20ad2a074ce0ccc238b8b40ba7cdbd9b87 (diff)
downloadmariadb-git-7936630e19d2f008b2e3128a98cacaca2de8d02c.tar.gz
WL#2286 - Compile MySQL w/YASSL support
Portability fixes extra/yassl/include/buffer.hpp: Use assert.h instead of less portable cassert extra/yassl/include/log.hpp: Use stdio.h instead of less portable cstdio extra/yassl/include/socket_wrapper.hpp: Use assert.h instead of less portable cassert extra/yassl/mySTL/helpers.hpp: Use stdlib.h instead of less portable cstdlib extra/yassl/mySTL/stdexcept.hpp: Use string.h instead of less portable cstring extra/yassl/mySTL/vector.hpp: Use assert.h instead of less portable cassert extra/yassl/src/ssl.cpp: Use stdio.h instead of less portable cstdio extra/yassl/taocrypt/include/block.hpp: Use stddef.h instead of less portable cstddef, always use ptrdiff_t instead of less portable std::ptrdiff_t extra/yassl/taocrypt/include/file.hpp: Use stdio.h instead of less portable cstdio extra/yassl/taocrypt/include/integer.hpp: Use string.h instead of less portable cstring extra/yassl/taocrypt/include/runtime.hpp: Use stdlib.h instead of less portable cstdlib extra/yassl/taocrypt/src/dh.cpp: Use math.h instead of less portable cmatch
Diffstat (limited to 'extra/yassl/include/log.hpp')
-rw-r--r--extra/yassl/include/log.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/include/log.hpp b/extra/yassl/include/log.hpp
index 5753bb4502d..c20116901ad 100644
--- a/extra/yassl/include/log.hpp
+++ b/extra/yassl/include/log.hpp
@@ -30,7 +30,7 @@
#include "socket_wrapper.hpp"
#ifdef YASSL_LOG
-#include <cstdio>
+#include <stdio.h>
#endif
namespace yaSSL {