aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 09237d2f..9dfa5587 100644
--- a/socket.c
+++ b/socket.c
@@ -122,6 +122,7 @@ int SockOpen(const char *host, const char *service, const char *options,
const char *plugin)
{
struct addrinfo *ai, req;
+ int i;
#if NET_SECURITY
void *request = NULL;
int requestlen;