mirror of https://github.com/aria2/aria2
Fixed compile error on openbsd
parent
3dc6d2ff6d
commit
973e0df748
|
@ -37,6 +37,8 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include <gcrypt.h>
|
||||
|
||||
namespace aria2 {
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include <openssl/rc4.h>
|
||||
|
||||
namespace aria2 {
|
||||
|
|
Loading…
Reference in New Issue