Quellcode durchsuchen

Fixed compile error on openbsd

Tatsuhiro Tsujikawa vor 14 Jahren
Ursprung
Commit
973e0df748
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/LibgcryptARC4Encryptor.h
  2. 2 0
      src/LibsslARC4Encryptor.h

+ 2 - 0
src/LibgcryptARC4Encryptor.h

@@ -37,6 +37,8 @@
 
 #include "common.h"
 
+#include <cstdlib>
+
 #include <gcrypt.h>
 
 namespace aria2 {

+ 2 - 0
src/LibsslARC4Encryptor.h

@@ -37,6 +37,8 @@
 
 #include "common.h"
 
+#include <cstdlib>
+
 #include <openssl/rc4.h>
 
 namespace aria2 {