need to include stdlib.h before opensll headers

ulab-original
jsorg71 19 years ago
parent 343f9361f2
commit 70449c9471

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

Loading…
Cancel
Save