diff options
Diffstat (limited to 'common/ssl_calls.c')
| -rw-r--r-- | common/ssl_calls.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/common/ssl_calls.c b/common/ssl_calls.c index 9829a97b..1e50270b 100644 --- a/common/ssl_calls.c +++ b/common/ssl_calls.c @@ -19,6 +19,10 @@   * ssl calls   */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif +  #include <stdlib.h> /* needed for openssl headers */  #include <openssl/ssl.h>  #include <openssl/err.h> | 
