Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-connectors
Commits
1c22efe7
Commit
1c22efe7
authored
Aug 08, 2013
by
Matthieu Kermagoret
Browse files
SSH: fix compilation issues that arose with GCC 4.7. This fixes #4684.
parent
e9ffaefb
Changes
2
Hide whitespace changes
Inline
Side-by-side
ssh/build/CMakeLists.txt
View file @
1c22efe7
...
...
@@ -233,6 +233,7 @@ target_link_libraries(
${
LIBSSH2_LIBRARIES
}
${
CLIB_LIBRARIES
}
${
LIBGCRYPT_LIBRARIES
}
"pthread"
)
# SSH connector.
...
...
ssh/src/sessions/session.cc
View file @
1c22efe7
...
...
@@ -29,6 +29,7 @@
#include
<netinet/in.h>
#include
<pwd.h>
#include
<sys/socket.h>
#include
<unistd.h>
#include
"com/centreon/connector/ssh/multiplexer.hh"
#include
"com/centreon/connector/ssh/sessions/session.hh"
#include
"com/centreon/exceptions/basic.hh"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment