mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-01-06 21:02:55 +08:00
fix compilation on musl libc
This commit is contained in:
parent
d888e4ebf4
commit
5ecd5ac51d
@ -2,6 +2,8 @@
|
||||
#include <string.h>
|
||||
#include <netdb.h>
|
||||
#include <stdlib.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include "ip_type.h"
|
||||
#include "hash.h"
|
||||
@ -53,4 +55,4 @@ ip_type hdb_get(struct hostent_list *hl, char* host) {
|
||||
}
|
||||
}
|
||||
return ip_type_invalid;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user