summaryrefslogtreecommitdiffstats
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/socket.c b/libssh/socket.c
index 9350bca..b774a98 100644
--- a/libssh/socket.c
+++ b/libssh/socket.c
@@ -54,7 +54,7 @@
#include "libssh/session.h"
#ifndef _WIN32
-extern const char **environ;
+extern char **environ;
#endif
/**
* @internal