diff options
author | jsorg71 <jsorg71> | 2006-05-31 17:46:24 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-05-31 17:46:24 +0000 |
commit | 70449c9471d985f817cb68e27b7c847595f149f2 (patch) | |
tree | 4bf119e7174dcc121ddb4ec02bfce12e88066f0a /common | |
parent | 343f9361f2d98c1c36c0eeef8812b936867b5c2f (diff) | |
download | xrdp-proprietary-70449c9471d985f817cb68e27b7c847595f149f2.tar.gz xrdp-proprietary-70449c9471d985f817cb68e27b7c847595f149f2.zip |
need to include stdlib.h before opensll headers
Diffstat (limited to 'common')
-rw-r--r-- | common/ssl_calls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ssl_calls.c b/common/ssl_calls.c index ba77b8db..ce0ba5b9 100644 --- a/common/ssl_calls.c +++ b/common/ssl_calls.c @@ -23,6 +23,7 @@ #include "os_calls.h" #include "arch.h" +#include <stdlib.h> /* needed for openssl headers */ #include <openssl/rc4.h> #include <openssl/md5.h> #include <openssl/sha.h> |