mirror of
https://github.com/libimobiledevice/libimobiledevice-glue.git
synced 2026-04-17 19:27:31 +00:00
socket.c: define AI_NUMERICSERV if undefined
This commit is contained in:
@@ -83,6 +83,10 @@ static int wsa_init = 0;
|
||||
#define ETIMEDOUT 138
|
||||
#endif
|
||||
|
||||
#ifndef AI_NUMERICSERV
|
||||
#define AI_NUMERICSERV 0
|
||||
#endif
|
||||
|
||||
static int verbose = 0;
|
||||
|
||||
void socket_set_verbose(int level)
|
||||
|
||||
Reference in New Issue
Block a user