mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
minor fix
This commit is contained in:
parent
adc898d5d8
commit
94ab53febf
BIN
dist/antd-1.0.4b.tar.gz
vendored
BIN
dist/antd-1.0.4b.tar.gz
vendored
Binary file not shown.
@ -3,6 +3,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
//open ssl
|
||||
#ifdef USE_OPENSSL
|
||||
#include <openssl/ssl.h>
|
||||
|
@ -36,6 +36,7 @@ THE SOFTWARE.
|
||||
#include <regex.h>
|
||||
#include <time.h>
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
#ifdef USE_OPENSSL
|
||||
#include <openssl/sha.h>
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user