need to include stdlib.h before opensll headers

This commit is contained in:
jsorg71 2006-05-31 17:46:24 +00:00
parent 343f9361f2
commit 70449c9471

View File

@ -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>