X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fo_str.h;h=4a70a9e00badda552abefd382ca964c3bf2c74c0;hb=b3b72cd92c6b2f3a89fe45db96c9f080c02fab2f;hp=744a6e27d39ae912dc0af5f6af559fe5910bf2e4;hpb=82384690e2ac49d6604d66bf5ac04c93f3e64a71;p=oweals%2Fopenssl.git diff --git a/crypto/o_str.h b/crypto/o_str.h index 744a6e27d3..4a70a9e00b 100644 --- a/crypto/o_str.h +++ b/crypto/o_str.h @@ -59,7 +59,7 @@ #ifndef HEADER_O_STR_H #define HEADER_O_STR_H -#include +#include /* to get size_t */ int OPENSSL_strcasecmp(const char *str1, const char *str2); int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n);